vba checkbox
I have some vba checkboxes on a spreadsheet, and I want to
be able to toggle them programmatically from another
application. I have tried code like:
XL.ActiveSheet.OLEObjects("CheckBox2").Object.Valu e = True
but it doesn't work. What am I doing wrong? Thanks in
advance.
|