Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
~× wrote...
... There are three areas I need help on: 1) Do I have an alternative to SendKeys? Yes, but you'll need to determine the pathname for the perl executable You're almost certainly taking advantage of the PATHEXT environmen variable and file associations. From a console prompt (aka DOS prompt) issue the commands assoc .pl which should return something like .pl=Perl then ftype Perl (replacing 'Perl' with whatever is on the right hand side of the '=' i the assoc comand's result). ftype's result should show the command lin you'd need to use in Excel/VBA. Then search for the function ShellAndWait in this newsgroup in Googl Groups Advanced Search. 2) Could I have considered reading the binary file in Excel? If so any hints or tips to get me started looking in the right direction would be terrific. ... Not reliably. It'd be a better idea to scrap Excel entirely and creat the reports in Perl (after all, the 'r' in Perl stands for 'Reporting when it doesn't stand for 'Rubbish') -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel, install perl script | Excel Discussion (Misc queries) | |||
Convert prl (Perl?) to xls or csv | Excel Discussion (Misc queries) | |||
Excel Not Talking To Outlook [Email Settings] | Excel Discussion (Misc queries) | |||
Excel and Access talking | Excel Discussion (Misc queries) | |||
Initiate perl script in linux from a Windows VBA program | Excel Programming |