Compile Error: 'CreateObject' is not declared. It may be inaccessible due to its protection level.
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 Err...