Saving a file using a variable as a name
Posted by Steve D on May 16, 2001 9:25 AM
This should be an easy one...
I have a variable that is the name of an open workbook: Current_File
I'm trying to save a copy by using the variable name, I know the below syntax is wrong:
ActiveWorkbook.SaveCopyAs "E:\Home\Tmp\Filename:=Current_File"
How do I get the file to save as the value of Current_File?
Thanks,
Steve