G
Guest
I have the following code that works:
Sub Macro1()
RetApp = Shell("C:\Program Files\ShowCase STRATEGY\Bin\vista.exe")
End Sub
This loads Showcase but I then want it to run several queries such as:
E:\excel\projects\AF\007b. Daily CBS Data - CBS New to DMS.dbq
How do I set that up to run once the program has loaded?
Thanks in advance
Sub Macro1()
RetApp = Shell("C:\Program Files\ShowCase STRATEGY\Bin\vista.exe")
End Sub
This loads Showcase but I then want it to run several queries such as:
E:\excel\projects\AF\007b. Daily CBS Data - CBS New to DMS.dbq
How do I set that up to run once the program has loaded?
Thanks in advance