Hello,
We are trying to create an instance of Excel the same way as the MS Excel VBO is doing it with the following line of code:
Dim excel as Object = CreateObject("Excel.Application")
We are running into the following error message:
Compile Error at line 1: 'CreateObject' is not declared. It may be inaccessible due to its protection level.
I cannot find any place that has Import statements or added references in the MS Excel VBO. What am I missing? I am also getting the same error for other system functions like handle = GetHandle(excel).
Thanks,
Jay