J
JD McLeod
Below is code that I have in a form in Word which sets the tab order when the
user preses Tab. How should this look when the tab key should move from a
text field to a dropdown and/or checkbox field and then back to a text field.
The below works great for moving between text fields, but when I get to a
dropdown, it doesn't work. Thanks.
Sub ExitText991()
ActiveDocument.Bookmarks("Text22").Range.Fields(1).Result.Select
End Sub
user preses Tab. How should this look when the tab key should move from a
text field to a dropdown and/or checkbox field and then back to a text field.
The below works great for moving between text fields, but when I get to a
dropdown, it doesn't work. Thanks.
Sub ExitText991()
ActiveDocument.Bookmarks("Text22").Range.Fields(1).Result.Select
End Sub