B
bryan
I have the following code to position to a certain field on a form:
ActiveDocument.Bookmarks("Text6").Range.Fields(1).Result.Select
What is the syntax to position to dropdown1?
Thanks,
Bryan
ActiveDocument.Bookmarks("Text6").Range.Fields(1).Result.Select
What is the syntax to position to dropdown1?
Thanks,
Bryan