prompt user to save file as {desired_name} and save it to a variab

G

Guest

the code will prompt user to "Save the file as:"

how do I save this user-input string so that I can "open" this file for
writing later on?

thanks!
 
N

NickHK

Use Application.getsaveAsFilename.

Note that this does not do the .save for you; it just returns a string of
the filepath/name.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top