I have macro code that calls the InsertPicture dialog for the user to select which logo he/she wants in a document. The pictures all reside in client folders which I can identify using VBA. I want to be able to have the InsertPicture dialog default to the appropriate client folder, not the Pictures folder.
In the past I have used Selection.InlineShapes.AddPicture FileName:= because I have already known the name of the file. However, in this instance I will not know the name of the file, which is why I want to use InsertPicture.
Any ideas?
Thanks.