Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Paul Reynolds" wrote...
Sort of... In VB.NET you can use code like: Public Sub SomeSub(...) Dim xlApp as Excel.Application Set xlApp = New Excel.Application ' your VBA code here xlApp.Quit End Sub .... Depending on how good (or not) the garbage collection is, it may be safer to add a final statement: Set xlApp = Nothing |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 error when opening program | Excel Discussion (Misc queries) | |||
opening newer version of excel program | Excel Discussion (Misc queries) | |||
Opening Program Thru Explorer | Excel Discussion (Misc queries) | |||
opening non microsoft program from excel | Excel Discussion (Misc queries) | |||
Hyperlink opening program | Excel Discussion (Misc queries) |