Hi,
I'd like to give my users the ability to select a folder location where output from my macro will be stored. I don't want them to enter a filename, but rather just a folder name.
I'm using a GetOpenFileName header that I downloaded from Attachmate to allow my users to choose an existing...
Hi,
I have a macro that creates a txt file.
I want to bring this file up using Word automatically after the file is created. I tried to shell to word, but I cant specify the document name in the shell statement.
myfile = "this is my file.txt"
Shell("Winword " + myfile)...
The macro compiles successfully. In fact, whenever i modify a macro, I always save and compile it.
The error I'm getting will go away if I shut down the Extra session and start it back up again, so there's no issue with the macro compile. I'm assuming that there is a memory leak or something...
William,
I would capture the data you need in a text file, then shell out to excel with that file. You can format the txt file in columns so that excel can easily convert it to excel spreadsheet...
Lou
Hi,
I developed several macros. Most of them work fine Most of the time. However, occasionally, when I invoke a macro, the popup message is displayed even before the macro starts:
Extra Basic Error
Macro Failed to Begin Execution
I can't find any help with this...
I setup a VPN server on my winxp pc in my home.
I have a linksys BEFSR11 router on my lan.
I setup a vpn client on another machine on the same lan.
I can connect the client to the vpn server pc using the ip address that the router assigned to the server. I know this connection is only on...
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.