boyracer3000
Programmer
I have set up my workbook to run this nested macro:
Application.Run "'week-template.xls'!InsertRow"
Now I realise when saving the workbook under a different name this isn't going to work anymore. Is there a different way of coding this so that it will work. I'm thinking maybe to just pull the code out and paste into the macro it's currently in. Any ideas?
Application.Run "'week-template.xls'!InsertRow"
Now I realise when saving the workbook under a different name this isn't going to work anymore. Is there a different way of coding this so that it will work. I'm thinking maybe to just pull the code out and paste into the macro it's currently in. Any ideas?