Hello,
I am looking for a way to tick check boxes with on click. I did not find clear instruction on Internet. I know that a macro should be written but I do not know how to proceed.
Would you have info to share please?
Thanks,
Graig
Technology Tips and News
Hello,
I am looking for a way to tick check boxes with on click. I did not find clear instruction on Internet. I know that a macro should be written but I do not know how to proceed.
Would you have info to share please?
Thanks,
Graig
Hi Graig,
I think you might be referring to this:
Sub OneClick() Options.ButtonFieldClicks = 1 End Sub