Guest lion Posted June 17, 2005 Posted June 17, 2005 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.
FuryCell Posted June 19, 2005 Posted June 19, 2005 (edited) 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 June 19, 2005 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now