pedro-egoli
Well-known Member
- Joined
- Apr 25, 2004
- Messages
- 1,217
- Office Version
- 2016
- Platform
- Windows
Am having difficulty writing a batch file around the following
TYPE
Microsoft Office Excel 2007 Macro-Enabled Workbook
LOCATION
C:\Users\Peter\Documents\AllData\PVOutput files\Pvoutput solar alinta estimates
FILE NAME
7XX ROI sheet FOR BILL starting 090318.xlsm”
This is what I wrote
It worked the first time I clicked on the bat file located at "C:\Users\Peter\Desktop" under the name Alinta test 2.bat
However, the next time I tried it no luck just a momentaropening and closing of batch file.
Any assistance appreciated
Pedro
TYPE
Microsoft Office Excel 2007 Macro-Enabled Workbook
LOCATION
C:\Users\Peter\Documents\AllData\PVOutput files\Pvoutput solar alinta estimates
FILE NAME
7XX ROI sheet FOR BILL starting 090318.xlsm”
This is what I wrote
Code:
Start /D "C:\Program files\Microsoft office\office\excel.exe\Users\Peter\Documents\AllData\PVOutput files\Pvoutput solar alinta estimates\7XX ROI sheet FOR BILL starting 090318.xlsm”
However, the next time I tried it no luck just a momentaropening and closing of batch file.
Any assistance appreciated
Pedro