T
Tom
Hi
I have a problem with the OpenDatabase-Method. This method works with xlXP+
but fails with xl97 & xl2K.
The following script works fine with all XL versions except xl2K:
Sub Test()
#If VBA6 Then
Workbooks.OpenDatabase ...
#End If
End Sub
Any ideas to get this work with xl2K?
Tom
I have a problem with the OpenDatabase-Method. This method works with xlXP+
but fails with xl97 & xl2K.
The following script works fine with all XL versions except xl2K:
Sub Test()
#If VBA6 Then
Workbooks.OpenDatabase ...
#End If
End Sub
Any ideas to get this work with xl2K?
Tom