Thursday, November 21, 2013

Opening Excel application using VBA

In the references, add in "Microsoft Excel n Object Library".

Then the code should look as follows:


Dim exApp As Excel.Application
Set exApp = CreateObject("Excel.Application")
exApp.Visible = True

No comments:

Post a Comment

Google Colab first program, Hello World

 Google Colab first program, Hello World:  https://www.youtube.com/watch?v=uOx0iLkPwgo