Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Excel Command Line Options

Hi,

I've been searching without success for a list of excel command line options.

E.g. create a shortcut to c:\my folder\my spreadsheet.xls

I'm sure there must be commands that I can put after this.

Specifically, I would like to create a shortcut for a few users so that the
spreadsheet opens on a particular worksheet.

Any thoughts? Does anybody know the location of a suitable guide to the
command line options?

Many thanks,

Tom.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Excel Command Line Options

I'm sure there must be commands that I can put after this.

There is no command line option to open a workbook to a specific sheet.
You'd probably have to put an auto open macro in the workbook to do that.

--
Jim
"mr tom" <mr-tom at mr-tom.co.uk.(donotspam) wrote in message
...
| Hi,
|
| I've been searching without success for a list of excel command line
options.
|
| E.g. create a shortcut to c:\my folder\my spreadsheet.xls
|
| I'm sure there must be commands that I can put after this.
|
| Specifically, I would like to create a shortcut for a few users so that
the
| spreadsheet opens on a particular worksheet.
|
| Any thoughts? Does anybody know the location of a suitable guide to the
| command line options?
|
| Many thanks,
|
| Tom.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 119
Default Excel Command Line Options

That's a shame.

I wanted a setting specific to a few users, but looks like that's not an
option.

Thanks any way.

Tom.

"Jim Rech" wrote:

I'm sure there must be commands that I can put after this.


There is no command line option to open a workbook to a specific sheet.
You'd probably have to put an auto open macro in the workbook to do that.

--
Jim
"mr tom" <mr-tom at mr-tom.co.uk.(donotspam) wrote in message
...
| Hi,
|
| I've been searching without success for a list of excel command line
options.
|
| E.g. create a shortcut to c:\my folder\my spreadsheet.xls
|
| I'm sure there must be commands that I can put after this.
|
| Specifically, I would like to create a shortcut for a few users so that
the
| spreadsheet opens on a particular worksheet.
|
| Any thoughts? Does anybody know the location of a suitable guide to the
| command line options?
|
| Many thanks,
|
| Tom.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 158
Default Excel Command Line Options

Yes - In XL2003 at least:

- Open Help.
- Search for 'Command Line Switches'
- Select 'Customize How Excel Starts' (first result)
- Expand 'Use startup switches when you start Excel' (third option)

Alternatively, not knowing your ultimate goal but since you're posting
in the programming NG I would assume you want to make VBA macros
available to your users, you may like to look into using an AddIn and
installing this on your users' machines.

If you have a workbook that you always need to be opened on the same
worksheet you could write a Workbook_Open event to always select the
same sheet on workbook open.

HTH


mr tom wrote:
Hi,

I've been searching without success for a list of excel command line options.

E.g. create a shortcut to c:\my folder\my spreadsheet.xls

I'm sure there must be commands that I can put after this.

Specifically, I would like to create a shortcut for a few users so that the
spreadsheet opens on a particular worksheet.

Any thoughts? Does anybody know the location of a suitable guide to the
command line options?

Many thanks,

Tom.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
command line options/switches to print excel file Stranger[_2_] Excel Worksheet Functions 2 March 18th 09 06:36 AM
command line options/switches to print excel file Stranger[_2_] Excel Discussion (Misc queries) 1 March 17th 09 01:04 PM
Are there command line parameters for Excel? Michael Excel Discussion (Misc queries) 9 August 5th 07 06:29 PM
Excel command line Jef Gorbach Excel Programming 5 June 29th 05 04:01 AM
Command line options R Avery Excel Programming 4 October 21st 04 10:10 PM


All times are GMT +1. The time now is 12:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"