Selecting file from local harddrive?

K

Kenji

Within VBA code, I would like to popup a screen so the user can select a
file from his computer and VBA knows what it is.

I tried using Common Dialog Box, but I found that many Office users did not
have this library.

What can I do?

Kenji
 
J

Jim Gordon MVP

Hi Kenji,

I think what you are looking for is the GetOpenFileName method.

-Jim
 

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

Top