Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dialog boxes, and insertpicture default paths
Message
General information
Forum:
Visual Basic
Category:
VBA
Title:
Dialog boxes, and insertpicture default paths
Miscellaneous
Thread ID:
00205652
Message ID:
00205652
Views:
56
I am attempting to bring up a list of insertable pictures, but unfortunately it keeps going to the defaults, I have even disabled them by blanking out the default clipart paths under options.

Dim DLG As Object
Set DLG = Dialogs(wdDialogInsertPicture)
With DLG
.Name = "g:\family\*.*"
.Update
.Show
End With

Shouldn't this change (or at least bringup) the directory where I have the pictures???

I have even attempted to place a:

ChDrive "g"
ChDir "g:\family"

in front of the dialog defination.

Nothing works...

THANKS IN ADVANCE
Reply
Map
View

Click here to load this message in the networking platform