drew.j.harrison
Board Regular
- Joined
- Jul 9, 2010
- Messages
- 65
So I want to make a macro which runs another macro within that file. Unfortunately when I record my actions I get the following:
Application.Run _
"'TiVCT Purchased Parts Matrix (03-09-11).xls'!Parts_Dropdown_Main"
It works just fine until I change the file name to reflect the current date. Is there anyway I can have it run a macro without having to reference the file name or refer to the current file? Any help is appreciated.
Application.Run _
"'TiVCT Purchased Parts Matrix (03-09-11).xls'!Parts_Dropdown_Main"
It works just fine until I change the file name to reflect the current date. Is there anyway I can have it run a macro without having to reference the file name or refer to the current file? Any help is appreciated.