View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_5_] Dave Peterson[_5_] is offline
external usenet poster
 
Posts: 1,758
Default Clicking checkbox Changes the Label Font

I've never seen this happen, but I usually try to use checkboxes from the Forms
toolbar on a worksheet.

Maybe that's an alternative for you? (The Forms toolbar has lots fewer
properties associated with it, though.)

kcc wrote:

I have about 30 activex checkboxes on a page. On 29 of them,
each time I uncheck the box the font increases in size. On the
other one, the font decreases in size. If I manually change the
checkbox size, the font returns to normal. Nothing in the code
could cause any resizing of the boxes. A google groups search
didn't find this problem but did find plenty of other weird checkbox
problems, and no solutions.
Is this just one of those MS issues you have to live with?

Ken


--

Dave Peterson