DutchKevin
Board Regular
- Joined
- Apr 13, 2011
- Messages
- 133
- Office Version
- 365
- Platform
- Windows
Hi,
I have a large macro that asks the user to save the file vbYes/vbNo
File name is coming from combo of cells in the file
I want the user to select a folder on the network.
It should ask to overwrite if file exist.
It must save as XLSM.
I've been trying to get ActiveWorkbook.SaveAs going but without much success.
The filename generation with full path works, but the actual save action fails..??
Any tips, general approach, a page that explains best practice?
Thanks in advance , I'll keep struggling in meantime
Kevin
I have a large macro that asks the user to save the file vbYes/vbNo
File name is coming from combo of cells in the file
I want the user to select a folder on the network.
It should ask to overwrite if file exist.
It must save as XLSM.
I've been trying to get ActiveWorkbook.SaveAs going but without much success.
The filename generation with full path works, but the actual save action fails..??
Any tips, general approach, a page that explains best practice?
Thanks in advance , I'll keep struggling in meantime
Kevin