Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know how to close an application that is "not" in the MS Office
Suite? Following is code I used to create a new instance of the object, but can't seem to find the method to close the application: Sub OpenOtherApplication(FilePath, FileName) Dim MMApp As New MindManager.Application Dim FilePathAndName As String FilePathAndName = FilePath & "\" & FileName MMApp.Visible = True MMApp.Documents.Open (FilePathAndName) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing workbooks w/o closing Excel | Excel Discussion (Misc queries) | |||
How do I prevent all excel applications from closing at once? | Excel Discussion (Misc queries) | |||
Closing VB triggers closing Excel | Excel Programming | |||
closing excel after closing a workbook | Excel Programming | |||
Other applications | Excel Programming |