Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a windows script (wscript.exe) that I use to call excel from a batch script. Now I have an excel application where I need to pass in an excel parameter using this wscript. I understand parameters can be passed in via the /e tag (eg, /e/parm1/parm2/...) but I don't know how I can do this from the wscript. Unfortunately, I haven't been able to find anything by googling or searching this group. Anybody know how to do this?
Here's my wscript: Dim xlApp Set xlApp = CreateObject("Excel.application") Set xlWb = xlApp.workbooks.Open("c:\somedir\...\some.xls") xlApp.Quit Set xlWb = Nothing Set xlApp = Nothing Denis |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing SQLPlus script location using Windows Script Host Object Model | Excel Programming | |||
How do I pass parameters into Excel from a URL? | Excel Programming | |||
Is there a way to pass parameters to a web query in excel | Excel Programming | |||
Starting Excel from cmd pmpt, pass parameters | Excel Programming |