Vba: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= Keyboard shortcut = | |||
Alt + F11 | |||
= Immediate Window = | = Immediate Window = | ||
* http://www.bettersolutions.com/vba/VOK159/YD519120554.htm | * http://www.bettersolutions.com/vba/VOK159/YD519120554.htm |
Revision as of 17:49, 17 February 2023
Keyboard shortcut
Alt + F11
Immediate Window
Use the question mark to evaluate an expression immediately.
? "cat(" & Chr(34) & DriveLetter & Chr(34) & _ ", paste(" & Chr(34) & "cd" & Chr(34) & "," & Chr(34) & RelativePath & Chr(34) & "), " & _ Chr(34) & EisenExeCommand & Chr(34) & _ ", file=" & Chr(34) & ReplaceBackSlashesWithForwardSlashes(CStr(rgEisenCluster(7, 2))) & "RunEisenCluster.bat" & Chr(34) & _ ", sep=" & Chr(34) & "\n" & Chr(34) & ", append=F)" cat("C:", paste("cd","\"\\ArrayTools\\Sample datasets\\Brca\\BRCA -Project\\Output\\EisenCluster\\\""), "\"C:\\ArrayTools\\Excel\\..\\Cluster2\\Cluster 3.0\\clusterLG.exe\"", file="C:/ArrayTools/Sample datasets/Brca/BRCA -Project/Output/EisenCluster/RunEisenCluster.bat", sep="\n", append=F)
Toolbar
How to Build a Custom Excel Toolbar of VBA Macros
How to merge excel files and sheets
https://www.makeuseof.com/tag/merge-excel-files-sheets/
load DLL from Excel VBA
VBA techniques
Tips And Tricks For Excel from extendoffice.com.