Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm running the below code:
Dim strApp As String strApp = "Word.Application" 'check to see if Word is running If Not IsRunning(strApp) Then Set WordApplication = CreateObject(strApp) Else Set WordApplication = GetObject(, strApp) End If strApp = "" ANYWAY TO MAKE SURE IT ONLY BINDS ONTO A SPECIFIC VERSION OF WORD IF TWO VERSIONS ARE INSTALLED ON THE MACHINE? any help greatly appreciated Jason |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Late Binding issue with Excel.Application object | Excel Discussion (Misc queries) | |||
Office application version does not match. | Excel Discussion (Misc queries) | |||
What does "Office application version does not match" mean? | New Users to Excel | |||
Help in using Application.Version | Excel Programming | |||
Displaying a specific worksheet on opening application | Excel Programming |