TextInput FormField, Table Cells and Mouse Clicks

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top