D
Debra Ann
I am working in Microsoft Office 2003 ...
I have a form where the first section is protected and has form fields and
the second section is not protected. In the last Text Form Field, I attached
a "run macro on exit" that states to go to a bookmark. The macro does not
initiate. Any ideas why?
Selection.GoTo What:=wdGoToBookmark, Name:="FieldList"
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortByName
.ShowHidden = False
End With
Thanks.
I have a form where the first section is protected and has form fields and
the second section is not protected. In the last Text Form Field, I attached
a "run macro on exit" that states to go to a bookmark. The macro does not
initiate. Any ideas why?
Selection.GoTo What:=wdGoToBookmark, Name:="FieldList"
With ActiveDocument.Bookmarks
.DefaultSorting = wdSortByName
.ShowHidden = False
End With
Thanks.