B
Brent McIntyre
Good evening all,
I am having trouble updating fields automatically that are within a TextBox within a Header of a Document Template. I have been using the standard update programming shown within Microsoft Word Visual Basic Help ie.
If ActiveDocument.Fields.Update = 0 Then
MsgBox "Update Successful"
Else
MsgBox "Field " & ActiveDocument.Fields.Update & _
" has an error"
End If
This has worked fine when the field is within a document, but it has now ceased to work.
Any assistance you may be able to provide would be greatly appreciated.
Yours sincerely,
Brent McIntyre
I am having trouble updating fields automatically that are within a TextBox within a Header of a Document Template. I have been using the standard update programming shown within Microsoft Word Visual Basic Help ie.
If ActiveDocument.Fields.Update = 0 Then
MsgBox "Update Successful"
Else
MsgBox "Field " & ActiveDocument.Fields.Update & _
" has an error"
End If
This has worked fine when the field is within a document, but it has now ceased to work.
Any assistance you may be able to provide would be greatly appreciated.
Yours sincerely,
Brent McIntyre