hicksi
Board Regular
- Joined
- Mar 5, 2012
- Messages
- 203
I have Excel as my data with a set of forms (ie, a system utilising Excel - because I CANNOT use C# or VB# due to company policy).
Usually it starts and displays the main form... NO PROBLEM
It also contains code-save & sheet-save subroutines. I want to run those (without running the forms).
Is there a command-line version such as
which will open MYFILE.XLSM and run my ExportCode subroutine and then exit?
Usually it starts and displays the main form... NO PROBLEM
It also contains code-save & sheet-save subroutines. I want to run those (without running the forms).
Is there a command-line version such as
Code:
EXCEL MYFILE.XLSM -RUN ExportCode
Last edited: