constructor_ac
New Member
- Joined
- Aug 7, 2002
- Messages
- 2
Please help me with the syntax to reference a cell's contents when saving a file. I want to write a macro that will automatically save a file with a file name that is a combination of two cells in my spreadsheet.
So far I have:
ActiveWorkbook.SaveAs Filename:= _"C
Reference Cells F2+F5 Here).xls"
What do I insert into ( ) above to make th filename reference Cells F2 and F5 and combine the two into a single filename?
So far I have:
ActiveWorkbook.SaveAs Filename:= _"C
What do I insert into ( ) above to make th filename reference Cells F2 and F5 and combine the two into a single filename?