Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings !
I currently have this- -------------------------------------------- Open "C:\Runner.bat" For Output As #1 Print #1, "@ECHO off" Print #1, "Echo Please wait -" Print #1, "Echo This may take some time ...." Print #1, " [ other DOS commands ] ." Close Shell "C:\Runner.bat", vbNormalFocus MsgBox "Please wait " & vbCrLf & _ "until the DOS window closes." Kill "C:\Runner.bat" ---------------------------------------------- The reason for the MsgBox is to prevent VBA from KILLing the batch file until it has completed running. I would like the DOS window to cover the MsgBox. How can I specify whereabouts on the screen the DOS window will appear? RClay AT haswell DOT com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to save a desired window size but hv window comeup fullsz by d | Excel Discussion (Misc queries) | |||
View cell contents as a pop-up window (similar to comments window) | Excel Worksheet Functions | |||
Docking Project Explorer, Properties window and Code window in VBE | Setting up and Configuration of Excel | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
How do I undo the Excel, Window Menu, New Window command | Excel Discussion (Misc queries) |