From a VBA script, I send 2 SendKeys commands which opens 2 dialogs.
SendKeys "%feu" & StrFileName &"{Enter}"
Debug.print "Hello"
Wait 1
Debug.print "Hello2"
Sendkeys "{right}"+"{right}"+"{enter}"
The first command will open a Save as dialog, enter the file name path and close the dialog...
From a VBA script, I send 2 SendKeys commands which opens 2 dialogs.
SendKeys "%feu" & StrFileName &"{Enter}"
Debug.print "Hello"
Wait 1
Debug.print "Hello2"
Sendkeys "{right}"+"{right}"+"{enter}"
The first command will open a Save as dialog, enter the file name path and close the dialog...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.