RE: [U2] Open Excel and Import a file or execute a command from a localPC

2005-08-02 Thread Craig McDonald
Another good way to do this is to use the xls file extension for your csv file. Use the Windows start command to launch the file. Excel will recognize it as CSV and load it. You don't need the path to Excel. You can even embed formulas into the csv file, for example: =sum(a2:a30) To open the

RE: [U2] Open Excel and Import a file or execute a command from a localPC

2005-08-01 Thread Ralph Burton
Tony and Bill... and ya'll... Thanks for the help! It's working... it was the path. :-) - Start your day with Yahoo! - make it your home page --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

Re: [U2] Open Excel and Import a file or execute a command from a localPC

2005-07-29 Thread Ralph Burton
Here's what I attempting in Accuterm 2000. The notebook line works, but the excel line flashes something fast and returns me to Accuterm. Weird huh? I went to my PC and used RUN command Excel f:\ralph.csv and that worked... here's the code: STX=CHAR(2); ESC=CHAR(27); CR=CHAR(13) PRINT

RE: [U2] Open Excel and Import a file or execute a command from a localPC

2005-07-29 Thread Bill_H
Ralph: This code worked for me. :bptest $options ext ; stx = char(2) ; esc = char(27) ; cr = char(13) ; print esc:stx:Excel D:\BathBid.xls:cr ; print esc:stx:notepad D:\netscreen5gt.cfg ; end BpTest*647738360 . [820] Creating FlashBASIC Object ( Level 0 ) ... [241] Successful compile! 3

RE: [U2] Open Excel and Import a file or execute a command from a localPC

2005-07-29 Thread Tony Gravagno
Ralph Burton u2programmer-at-yahoo.com |U2UG| wrote: Here's what I attempting in Accuterm 2000. The notebook line works, but the excel line flashes something fast and returns me to Accuterm. Weird huh? I went to my PC and used RUN command Excel f:\ralph.csv and that worked... here's

Re: [U2] Open Excel and Import a file or execute a command from a localPC

2005-07-27 Thread Lee Beel
Ralph, I am not familiar with a utility that will send a file to windows, but, Accuterm will do this for you. Lee [EMAIL PROTECTED] 07/27/05 04:06PM Are there any utilities to pass as comma delimited file from Unidata/Universe and have it open/imported into Excel? Any way to execute a