G
Guest
Getting a user defined TYPE error: code was moved from an Access2000 mdb.
Any suggestions for correcting the error.
Private Sub cmdSelectInputFile_Click()
Dim dlgOpen As FileDialog
Set dlgOpen = Application.FileDialog( _
FileDialogType:=msoFileDialogOpen)
With dlgOpen
.AllowMultiSelect = True
.Show
End With
End Sub
Thanks,
Steve
Any suggestions for correcting the error.
Private Sub cmdSelectInputFile_Click()
Dim dlgOpen As FileDialog
Set dlgOpen = Application.FileDialog( _
FileDialogType:=msoFileDialogOpen)
With dlgOpen
.AllowMultiSelect = True
.Show
End With
End Sub
Thanks,
Steve