Jump to content

Get the parameter and pass it into Excelfile


Guest lion
 Share

Recommended Posts

I have a Electr.Learning Environment that can start a program and pass a parameter (eq user-account). That program should be a script from AutoIT that must pass the parameter to a Excelfile. I'm a beginning user and my problem is to make the script and to pass the parameter to the Excel-file. Pls. give me some hints/examples.

Link to comment
Share on other sites

I have a Electr.Learning Environment that can start a program and pass a parameter (eq user-account). That program should be a script from AutoIT that must pass the parameter to a Excelfile.  I'm a beginning user and my problem is to make the script and to pass the parameter to the Excel-file. Pls. give me some hints/examples.

<{POST_SNAPBACK}>

Somthing Like This?
$WorkBook=InputBox("RunExcel","File to open",C:\Stock.xls")
Run("Excel.exe " & $WorkBook)
Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...