Z
Zygoid
I have a short cut on two computers that goto my excel2002 speadsheet o
a third computer.
I have a commandbutton on the spreadsheet to open a filedialaog;
module4 general _OpenFiledialogWindow
Sub OpenFiledialogWindow()
Dim fd As FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)
fd.InitialFileName = "\\greg\greg\bids\"
fd.Show
End Sub
One computer with the shortcut works fine, but the other returns a
error;
Compile error:
User-Defined type not defined
Any help would be appreciated. Thank
a third computer.
I have a commandbutton on the spreadsheet to open a filedialaog;
module4 general _OpenFiledialogWindow
Sub OpenFiledialogWindow()
Dim fd As FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)
fd.InitialFileName = "\\greg\greg\bids\"
fd.Show
End Sub
One computer with the shortcut works fine, but the other returns a
error;
Compile error:
User-Defined type not defined
Any help would be appreciated. Thank