Set xlApp = CreateObject("excel.Application")

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone have any idea why the code,

Dim xlApp As Object
Set xlApp = CreateObject("excel.Application")

doesn't do anything?

Thanks so much for any help . . ..
 
nevermind I guess it IS openning excel (just not showing it).
If someone can delete this post that'd be great =)
 
Hello "Kaseano".

How about xlApp.Visible = True

Kaseano said:
nevermind I guess it IS openning excel (just not showing it).
If someone can delete this post that'd be great =)
 
Back
Top