FileDialog - Not available in 2k?

  • Thread starter Thread starter RWN
  • Start date Start date
R

RWN

Set fd = Application.FileDialog(msoFileDialogFilePicker)

Works well in '03 but get a "User-defined type not defined" error in 2k on the "fd".

I'm assuming this is something new (after 9.0)?
 
It was added in xl2002.
Set fd = Application.FileDialog(msoFileDialogFilePicker)

Works well in '03 but get a "User-defined type not defined" error in 2k on the "fd".

I'm assuming this is something new (after 9.0)?
 
Dave;
Thanks for the confirmation, and the links.
Guess it's time to upgrade - getting out of sync between home and work!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top