tcorcoran15
New Member
- Joined
- Feb 16, 2017
- Messages
- 22
Hi All,
Appreciate any help with this.
I want to save a file using VBA into a specified folder on the server.
Most of the save location will not change so I would like to have the first part up until the final folder hard coded into the vba.
However, I would like the final folder name to be specified in Cell B18, then I would like the save name of the file to be cells B20, B16 and B18 combined with spaces in between.
For Example
"X:\Tom\Documents" to be hardcoded and then the following folder & save name from that be specified in cells.
Is this possible?
Please let me know if you require more information.
Appreciate any help with this.
I want to save a file using VBA into a specified folder on the server.
Most of the save location will not change so I would like to have the first part up until the final folder hard coded into the vba.
However, I would like the final folder name to be specified in Cell B18, then I would like the save name of the file to be cells B20, B16 and B18 combined with spaces in between.
For Example
"X:\Tom\Documents" to be hardcoded and then the following folder & save name from that be specified in cells.
Is this possible?
Please let me know if you require more information.