I would like to replace the below:
If Document.Form.CTRL_NAME1(0).Checked = True Then
I would like to substitute a variable "x" where the 1 currently is
Does anyone know the right syntax to use?
Any help would be greatly appreciated.
Thanks in advance,
If Document.Form.CTRL_NAME1(0).Checked = True Then
I would like to substitute a variable "x" where the 1 currently is
Does anyone know the right syntax to use?
Any help would be greatly appreciated.
Thanks in advance,