L
Lesli
I'm using the following code to make checkboxes visibile or not.
If ctl.Tag = "Cert" Then
ctl.Visible = False
End If
Is there also a way, using the ctl.Tag = "Cert", to set the value of each of
those same controls to their default value?
I'm not married to using the .tag option. I'd just rather not have to code
each of them individually because there are a lot of them.
Thanks,
Lesli
If ctl.Tag = "Cert" Then
ctl.Visible = False
End If
Is there also a way, using the ctl.Tag = "Cert", to set the value of each of
those same controls to their default value?
I'm not married to using the .tag option. I'd just rather not have to code
each of them individually because there are a lot of them.
Thanks,
Lesli