• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

EXCEL VBA / MACRO - How to run this using command line?

falconx88

Senior member
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
 
Back
Top