There's no command line switch that will activate a worksheet. You have to
do one of the following:
-Save the workbook with the desired sheet active. Excel will open it
active.
-Put a macro in the workbook to activate the sheet. This would go in the
Workbook_Open event handler in the ThisWorkbook module.
-If AutoCad supports automation write a routine that uses automation to
create an instance of Excel, open the workbook, and activate the worksheet.
You'll find a lot of information on automating Excel and Office apps here:
http://support.microsoft.com/default...60&Product=xlw
--
Jim Rech
Excel MVP