J JB Oct 16, 2008 #1 I have two files...I have a macro in file #1 that I need to 'click' a button (to run a macro) in file #2. Any suggestions?
I have two files...I have a macro in file #1 that I need to 'click' a button (to run a macro) in file #2. Any suggestions?
B Barb Reinhardt Oct 16, 2008 #2 Why can't you just run the macro in File2 from File 1 I believe the syntax is Application.Run ("File2.xls!Macro1")
Why can't you just run the macro in File2 from File 1 I believe the syntax is Application.Run ("File2.xls!Macro1")
J JB Oct 16, 2008 #3 I am somewhat new to this. The functionality in File2 is tied to the button. It's not a named macro. Is there anyway to 'activate' the button via a macro in File 1? thanks,
I am somewhat new to this. The functionality in File2 is tied to the button. It's not a named macro. Is there anyway to 'activate' the button via a macro in File 1? thanks,