A
Angyl
I've tried this several ways and can't get it to work. I'm adding a macro to
a field and I want another field to change in the document based on what was
entered, but I'm having trouble referencing the field properly.
I've tried
If ActiveDocument.Text1.Text = "Hello" Then
and just
If Text1.Text = "Hello" Then
and
With ActiveDocument
If .FormFields.Text1.Text = "Hello" Then
and a couple others but I keep getting various errors. What's the proper
syntax for referencing a form field named Text 1 in a macro?
a field and I want another field to change in the document based on what was
entered, but I'm having trouble referencing the field properly.
I've tried
If ActiveDocument.Text1.Text = "Hello" Then
and just
If Text1.Text = "Hello" Then
and
With ActiveDocument
If .FormFields.Text1.Text = "Hello" Then
and a couple others but I keep getting various errors. What's the proper
syntax for referencing a form field named Text 1 in a macro?