Invoking Excel via command procedure line

R

Rob Gordon

Probably been asked a zillion times so sorry. What is the
syntax for invoking Excel from an non-microsoft
application (Metis) with a command line parameter to open
a large spreadsheet at a specific point (i.e. either a
bookmark or a tabbed worksheet)?
 
F

Frank Kabel

Hi
AFAIK there's no such command line parameter. You have to put some code
in the workbook_open event to create such a behaviour. Otherwise Excel
will open with the last activated sheet before saving
 
G

Guest

Thank you. (danke)

Rob

-----Original Message-----
Hi
AFAIK there's no such command line parameter. You have to put some code
in the workbook_open event to create such a behaviour. Otherwise Excel
will open with the last activated sheet before saving

--
Regards
Frank Kabel
Frankfurt, Germany




.
 
Top