General discussion
February 14, 2003 at 03:36 AM
bmohr

VBscript question using Excel 2002

by bmohr . Updated 23 years, 5 months ago

I have a script which uploads data from an AS400 system directly into an Excel5 file…my question is that script is written to write to an Excel5 type file….how would I define it to write to an Excel 2002 file….here are the lines of code:

Const typeExcel5 = 15

xfer.Download sysName, fileName, pcFile, typeExcel5

Thank You

This discussion is locked

All Comments