View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Font in Check Box

If it's a checkbox from the control toolbox toolbar,

you can go into design mode
show the checkbox's properties
double click on Font
and change it.

If the checkbox is on a userform (inside the VBE), you can show its properties
and do the same thing.

You also have another reply at your original post.

Mon wrote:

Is it possible to change the Font in a check box?


--

Dave Peterson