G
Greg
David,
How about default text in a1 "Click here to begin"
Or you could include a macro button to run the following
code (e.g., {Macrobutton Begin "Start Here"}:
Sub Begin
ActiveDocument.Bookmarks("Text1").Range.Fields
(1).Result.Select
End Sub
How about default text in a1 "Click here to begin"
Or you could include a macro button to run the following
code (e.g., {Macrobutton Begin "Start Here"}:
Sub Begin
ActiveDocument.Bookmarks("Text1").Range.Fields
(1).Result.Select
End Sub