Spectrum0311
New Member
- Joined
- Jan 2, 2010
- Messages
- 2
Hello All,
This will be my 1st posting and I would greatly appreciate some advise on the best way to handle what I am attempting to accomplish. Basically, I would like to open an excel workbook file (.xlsm) and rename the file using the PC name ("Book1" & PC_Name).
Obviously, I do not want the file to be overwritten if it already exists. In which case, if the file name already exists, then I would just need the file to open.
Thank you for your greatly appreciated help.
-- removed inline image ---
This will be my 1st posting and I would greatly appreciate some advise on the best way to handle what I am attempting to accomplish. Basically, I would like to open an excel workbook file (.xlsm) and rename the file using the PC name ("Book1" & PC_Name).
Obviously, I do not want the file to be overwritten if it already exists. In which case, if the file name already exists, then I would just need the file to open.
- Find PC Name
- Check for existing file using the PC Name and open if already exists
- Save the current workbook using the PC Name ("Book1" & PC_Name) if no file match found.
Thank you for your greatly appreciated help.
-- removed inline image ---
Last edited: