Macro for opening Excel spreadsheet on specific sheet
Not applicable
09-14-2015
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a macro in my AutoCAD to open an excel spreadsheet and it works just fine. But I'd like it to open that spreadsheet on a specific sheet, not the first one of the workbook.
Here is what I have:
^C^C(startapp "C:/Program Files (x86)/Microsoft Office/Office15/excel.exe" "S:/CADStockbill.xlsx #ACAD_collection")
Name of the sheet is ACAD_collection. But it opens the excel file on the first sheet of the worksbook. Is there a way to make it work?
I'm running AutoCAD 2016 x64 on Windows 10 Pro.Using Excel 2013.
Thank you.
Link copied