etpeterson
New Member
- Joined
- Jan 19, 2005
- Messages
- 18
I have a spreadsheet that is a template. The user runs a macro to change the template and then needs to save the sheet elsewhere. I have a subroutine that looks like this:
Sub FileSave()
saveFile = Application.GetSaveAsFilename
End Sub
I call this at the end of my macro. How do I actually get excel to save the file?
Thanks,
Eric
Sub FileSave()
saveFile = Application.GetSaveAsFilename
End Sub
I call this at the end of my macro. How do I actually get excel to save the file?
Thanks,
Eric