Eileen's solution worked, sort of (my fault):
With that code inserted into the document, I can insert a picture into the table using Insert | Picture. In fact, if I set up the document with Section 1 protected and Section 2 not protected, it works.
However, what I should have indicated is that we wanted to drag the files from a folder, and drop them into the sections of a table.
We have to do a property condition report each week; we have 10 properties. Each property can have between 1-6 photos that are taken weekly. What I was trying to do was to drag-and-drop a photos into a table from the folder where the photos are stored.
I tried to add ' ActiveDocument.Unprotect; or option.unprotect to the code, but I do not know VB at all.
One thing that I did learn; if you create a table, and do Ctrl-Alt-U to expand the table to the margins, then set the Insert property to Inline with text, the photos re-size themselves to the table cell.
I appreciate the help!
Bob Galivan