R
Richard Gutery
I have a VB macro that displays a dialog box (very straight forward).
I want to be able to change a Word document Form Field based on some data
entered into the VB form.
All the MS online help suggests the below code will do the trick (the quotes
are for outline purposes only and are not part of my code):
"ActiveDocument.FormFields("Faxto").Result = txtFaxNo"
All I get is "runtime error 5941".
Any help would be greatly appreciated.
Thanls.
RG
I want to be able to change a Word document Form Field based on some data
entered into the VB form.
All the MS online help suggests the below code will do the trick (the quotes
are for outline purposes only and are not part of my code):
"ActiveDocument.FormFields("Faxto").Result = txtFaxNo"
All I get is "runtime error 5941".
Any help would be greatly appreciated.
Thanls.
RG