How do I Make a macro in exel to just open the "open" screen?

J

JackSchilder

Topic title may be a bit confusing. I'll try to explain

I want a macro which opens a certains directory which contains severa
files.. The user then may pick the file he wants himself.

Hope anyone can help. Its probably very simple but i am not a rea
excel vbasic guru :(

Thanks in advanc
 
J

John.Greenan

Sub whatever()
Application.Dialogs(xlDialogOpen).Show "c:\outbox"
End Sub

replace "c:\outbox" with the directory you are interested in.
 

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