I have this VBA program in excel which uses excel graphs and stuff...
I need to run this VBA/MACRO automactically everyday without having to
1) open the excel file
2) click enable macros button
3) Tools -> macros -> run macro
4) click load
5) wait for graphs
6) close excel file
I need a command that will run this macro using the ms scheduler instead of having to manually open excel file and run the macro etc...
basically i need a command that would run tasks 1-4.
Thank you
I need to run this VBA/MACRO automactically everyday without having to
1) open the excel file
2) click enable macros button
3) Tools -> macros -> run macro
4) click load
5) wait for graphs
6) close excel file
I need a command that will run this macro using the ms scheduler instead of having to manually open excel file and run the macro etc...
basically i need a command that would run tasks 1-4.
Thank you