I need to be able to automatically fill in sections on a protected form from a table located elswhere (doesn't matter, yet). The fields in the form seem to designated by bookmarks, but when I open the form and go to the bookmark, I can't input any data, because the form is protected. I think that is because I am trying to change the bookmark and not the text within the field. How do I access the text?
Here's what I have tried.
Selection.GoTo what:=wdGoToBookmark, Name:="TechnicalContact"
Selection.TypeText Text:="name"
Any tips would be appreciated.
Thanks,
Elena
Here's what I have tried.
Selection.GoTo what:=wdGoToBookmark, Name:="TechnicalContact"
Selection.TypeText Text:="name"
Any tips would be appreciated.
Thanks,
Elena