
CreateObject("Excel.Application")
Hi,
I want to access an Excel spreadsheet with the
"CreateObject("Excel.Application")". Everything works very well as long as
excel is install on the PC where I'm running my VBScript.
Is there a way to access a spreadsheet without excel install on a PC ???
Could I just install some DLL or other library ???
TIA,
Rich