Hi everybody,
I would like to set the value of a form control but dinamically. Example:
Currently I used this syntax: wrd.ActiveDocument.col_eur.Value = "TEST"
Is it possible to use this kind of syntax ?:
Dim num_control As Variant
num_control = 'the value of another field '
wrd.ActiveDocument.col_eur&num_control&.Value = "TEST"
Is there a good syntax to do as it ?
Thanks U
I would like to set the value of a form control but dinamically. Example:
Currently I used this syntax: wrd.ActiveDocument.col_eur.Value = "TEST"
Is it possible to use this kind of syntax ?:
Dim num_control As Variant
num_control = 'the value of another field '
wrd.ActiveDocument.col_eur&num_control&.Value = "TEST"
Is there a good syntax to do as it ?
Thanks U