View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
konpego konpego is offline
external usenet poster
 
Posts: 7
Default Marking Checkbox from VBA

Hello,

I have a range of cells ("B20:L20") all containing a checkbox. These
can be checked/un-checked from excel and then evaluated in VBA code.
But I would like to check/un-check them from inside the VBA code...

Is it possible to check/un-check a checkbox from VBA code?

/konpego