Although the MS Windows 2000 Visual Basic Help appears to be a useful source of information, I'm not seeing how to determine which field within a document has the focus. All I need is the field name, so that I can use it as an index for ActiveDocument.FormFields() to set the value.
My object is to be able to use a function key to place a predetermined (and often-typed) string of text in the currently active form field. The text won't be on the clipboard, so I can't just paste it in.
Thanks,
Rick
My object is to be able to use a function key to place a predetermined (and often-typed) string of text in the currently active form field. The text won't be on the clipboard, so I can't just paste it in.
Thanks,
Rick