L
Linn Kubler
Hi,
I'm trying to write a macro in Access 2002 that opens the open file dialog
box. The example I found in the online help doesn't work for me, I get an
error when I try to use it.
The example has me define a variable as a FileDialog type like this:
Dim dlgOpen As FileDialog
But when I run the macro I get an error that states:
"User-defined type not defined."
And it points to "FileDialog". I would have thought this was a built in
type if they are going to use it in an example.
Any suggestions?
Thanks in advance,
Linn
I'm trying to write a macro in Access 2002 that opens the open file dialog
box. The example I found in the online help doesn't work for me, I get an
error when I try to use it.
The example has me define a variable as a FileDialog type like this:
Dim dlgOpen As FileDialog
But when I run the macro I get an error that states:
"User-defined type not defined."
And it points to "FileDialog". I would have thought this was a built in
type if they are going to use it in an example.
Any suggestions?
Thanks in advance,
Linn