Hello all,
I’m trying to save an exact workbook to a central location and can’t seem to figure out this simple function.
Here is the latest code I’ve tried:
ActiveWorkbook.SaveAs “sharedFeb09” & ThisWorkbook.Name
When running it, I get an error saying I can’t have two workbooks open with the same name.
I tried another approach and the workbook ended up being named “False”. (I’ve since changed the code that produced that result, and therefore don’t remember it)
Any help is much appreciated.
Thanks!