Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm creating an ActiveX that will sometimes require interfacing with MS
Excel. It is important for me to be able to instantiate this ActiveX regardless of whether or not MS Excel is installed. In my User control module, Global declarations I have the following: Private WithEvents XLApp1 As Excel.Application ' This overrides any events the workbook may have ' thereby bypassing any macros they have (A good thing) If MS Excel is not installed it will crash on the line above. Is there something I can install (barring MS Excel) to at least get it to overcome this issue? Thanks much, Allen Segall |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
creating an excel add-in | Excel Discussion (Misc queries) | |||
Creating an Excel TOC | Excel Worksheet Functions | |||
after creating macro button, closed excel then restarted excel | Excel Discussion (Misc queries) | |||
Creating Excel add-ins from .Net | Excel Programming |