View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] axl163@gmail.com is offline
external usenet poster
 
Posts: 1
Default .BackColor of CheckBox only extends as far as the text in the caption

Hi,

I am trying to change the background color of my checkbox to alternate
every other row to make reading easier however the background color
only extends to the end of the caption and not the entire row. The
rest of the row is utilizing the backcolor of the frame. Is there any
way of expanding the backcolor of the checkbox for the entire row?

Thanks in advance,

VBA newb