D
Dominion
I am creating a macro in Visual Basic, and I want to be
able to save a copy of the excel book named from a
refrence to a cell. If I do
ActiveWorkbook.SaveCopyAs Range("A12")
it will save a copy of the book as what ever is entered
into cell A12 into my documents folder. How can I tell
it to save it somewhere else while still being able to
select a cell refrence for a name. I also know how to
tell it to save to a spacific location as a spacific
name, but that is not what I need to do.
Thanks
able to save a copy of the excel book named from a
refrence to a cell. If I do
ActiveWorkbook.SaveCopyAs Range("A12")
it will save a copy of the book as what ever is entered
into cell A12 into my documents folder. How can I tell
it to save it somewhere else while still being able to
select a cell refrence for a name. I also know how to
tell it to save to a spacific location as a spacific
name, but that is not what I need to do.
Thanks