Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("sep").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("oct").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("nov").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("dec").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("jan").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("feb").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("mar").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("apr").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("may").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("aug").Select
Range("J2").Select
I recorded the macro above which which runs macro buttons on sheets Aug to Sep.
When I save the spreadsheet as crt1 it does not work. Solution please
Sheets("sep").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("oct").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("nov").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("dec").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("jan").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("feb").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("mar").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("apr").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("may").Select
Application.Run "crt2.xls!newmonthly_Button2_Click"
Sheets("aug").Select
Range("J2").Select
I recorded the macro above which which runs macro buttons on sheets Aug to Sep.
When I save the spreadsheet as crt1 it does not work. Solution please