02-01-2012, 05:14 PM
Hi,
Below is the script written for excel creation, when executing it displays error as:
Error : ActiveX component can't create object: 'Excel.Application'
Line (1):
please let me know what changes to be done to the script?
Regards,
Shwetha
Below is the script written for excel creation, when executing it displays error as:
Code:
Set Excel=createObject("Excel.Application")
Set ExcelSheet=createObject("Excel.sheet")
ExcelSheet.Application.visible=true
Error : ActiveX component can't create object: 'Excel.Application'
Line (1):
Code:
"Set Excel=createObject("Excel.Application")".
please let me know what changes to be done to the script?
Regards,
Shwetha