0

This is what I want to display when I tick an Activex CheckBox, except that in the VBA code I don't want its name so that it can be generalized to all Activex CheckBoxes.

image

Pᴇʜ
  • 56,719
  • 10
  • 49
  • 73
  • 2
    [Event triggered by ANY checkbox click](https://stackoverflow.com/a/46517730) looks promising. – VBasic2008 Mar 10 '22 at 05:56
  • I recommend to stay away from ActiveX and use FormControls if possible. ActiveX is known to is full of bugs and can cause many strange issues. So if you can, go with the FormControl CheckBoxes. – Pᴇʜ Mar 10 '22 at 07:46

0 Answers0