People
I have a macro stored as a personal macro that will run in a spreadsheet which will have a different name everytime.
My question is:
Is there a way, without cutting the data into a new spreadsheet and saving that with a common name (that way just seems too messy), that I can revert back to the original spreadsheet after selecting another open workbook?
Something like Windows("<Workbookname>").Activate, but I'd have to declare the active workbook or something. Can't think of the code to do it...
I have a macro stored as a personal macro that will run in a spreadsheet which will have a different name everytime.
My question is:
Is there a way, without cutting the data into a new spreadsheet and saving that with a common name (that way just seems too messy), that I can revert back to the original spreadsheet after selecting another open workbook?
Something like Windows("<Workbookname>").Activate, but I'd have to declare the active workbook or something. Can't think of the code to do it...