Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to test for various versions of office.
The following doesn't work. Need help Private Sub CommandButton39_Click() 'Add new customer Dim X As String Dim Y As String Dim Z As String On Error GoTo ehandler3 X = Shell("C:\Program Files\Microsoft Office\Office\MSACCESS.EXE \\SERVER3\database\customers.MDB", 1) Exit Sub ehandler3: On Error GoTo ehandler4 Y = Shell("C:\Program Files\Microsoft Office\Office11\MSACCESS.EXE \\SERVER3\database\customers.MDB", 1) Exit Sub ehandler4: Z = Shell("C:\Program Files\Microsoft Office\Office12\MSACCESS.EXE \\SERVER3\database\customers.MDB", 1) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Difference between versions 11.8307.8211 and 11.8169.8172 | Excel Discussion (Misc queries) | |||
Multiple Office Versions | Excel Programming | |||
Is solver different between Office versions? | Excel Worksheet Functions | |||
Vlookup -Difference between 2 versions | Excel Worksheet Functions | |||
difference between office 2003 and office 2007 | Excel Discussion (Misc queries) |