protected form

D

Doug Robbins

Not via the Insert>Picture menu. You could however have a macro run on
entry to the formfield that displayed the Insert Picture dialog so that the
user could select the picture to insert.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
W

wschiro

I am trying to do this myself and I get the following error message

Run-time error '4605':
This command is not available.

I am using Word 2002

This is the code I am using (enter feild)

Dialogs(wdDialogInsertPicture).Show

I then tried anding it to a button with this code

Private Sub CommandButton1_Click()
Dialogs(wdDialogInsertPicture).Show
End Sub

which works until I lock the form and I get the same error message as above.
 
W

wschiro

I guess I should read all the post 1st. The anwser I sought was in "insert
picture with protection" post 7-16-2004
 
Top