Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Message box to prompt for file name upon save
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Greg Snidow, post: 6336136"] Greetings everyone. I have, among other things, the following lines in a macro to save a worksheet ActiveWorkbook.SaveAs Filename:= _ "\\MyURL\DAILY_PRODUCTION\NEW\test.txt" _ , FileFormat:=xlText, CreateBackup:=False This works great, except that I don't want the file to be called "test" in production. I need to have a dialog box pop up to ask me what to enter as the name I tried ....NEW\" & MsgBox & ".txt" but it does not work. Any ideas? [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Message box to prompt for file name upon save
Top