Invoking Excel via command procedure line

  • Thread starter Thread starter Rob Gordon
  • Start date Start date
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)?
 
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
 
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




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top