McTavish14
New Member
- Joined
- Dec 5, 2012
- Messages
- 18
Afternoon, I'm currently using the following (basic) code, but for some reason it doesnt actually save to any location. The actions all complete as expected, except for actually saving it.
Sub Xxxxx_SaveAs()
Application.GetSaveAsFilename
End Sub
The Save As window opens, the File name is populated as expected, the Save as type is All Files (*.*) and I am not sure if this is an issue (?).
Hit the Save button and you think all is done. However, you got to the save location and there is nothing.
Any help would be greatly appreciated.
I'm very much a novice when it comes to VBA!
Sub Xxxxx_SaveAs()
Application.GetSaveAsFilename
End Sub
The Save As window opens, the File name is populated as expected, the Save as type is All Files (*.*) and I am not sure if this is an issue (?).
Hit the Save button and you think all is done. However, you got to the save location and there is nothing.
Any help would be greatly appreciated.
I'm very much a novice when it comes to VBA!