Forum Discussion
AlexanderM
Staff
16 years agoHi Andy,
We recommend that you work with Excel via COM (the "Excel.Application" object). To get the object you can use the following code:
ExcelObject = Sys.OleObject("Excel.Application")
You can use the following online MSDN article to find out how to work with the Excel.Application object:
http://msdn.microsoft.com/en-us/library/wss56bz7(VS.80).aspx