Hi all- I need some help on a (hopefully) simple problem. I have a sheet that contains an activex command button and several checkboxes. when I click the command button I get a "Compile error: Method or data member not found" at this point:
and ".CheckBox3" is highlighted in blue. Note that HedgeSheet is set as
If I run the same code with a form button, everything works as expected.
Note: I'd like to use the activex button if possible because the sheet is for a client and there are more formatting options w/ the activex.
Thanks in advance,
T
Code:
HedgeSheet.CheckBox3.Visible = True
and ".CheckBox3" is highlighted in blue. Note that HedgeSheet is set as
Code:
"Thisworkbook.Sheets("HedgeSheet")
If I run the same code with a form button, everything works as expected.
Note: I'd like to use the activex button if possible because the sheet is for a client and there are more formatting options w/ the activex.
Thanks in advance,
T