Save As macro

  • Thread starter Thread starter tjgriffi
  • Start date Start date
T

tjgriffi

I have been having trouble getting a macro to work like I
want.

I want a macro to "save as" wookbook that will change
drive and folder in the "save as" "save in window" that
will allow me to change the file name but populate the new
drive and folder automaticly but allow me to input new
file name.

I have been able to create a statement, but I have to
manually change drive. I want to accomplish the change of
drive and folder w/o manual intervention.
 
Don't know if this is what you want, but give it a try.


Chdrive "D"
Chdir "D:\My Documents"

fname = Application.GetSaveAsFileName()
 

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

Back
Top