View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
B Tuohy B Tuohy is offline
external usenet poster
 
Posts: 4
Default Show Dialog of File/Directory

In a userform I would like to allow users to select what picture to display
in an image control, and plan to use LoadPicture() to do it. Question: What
is the dialog that I can use to get file directory information, as follows:

mypict = Application.Dialogs(xlDialogXXXXXXXX).Show
Image1.picture = LoadPicture(mypict)

What is the xlDialog?

Thank you!