View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frances Frances is offline
external usenet poster
 
Posts: 10
Default Programming a toggle button

I am producing a worksheet form and added a toggle button that when it is
clicked, I want it to automatically fill in specific cells with "na". (The
process is to help end users skip over areas that are not applicable. I am
using an activeX toggle button control. I thought to use a checkbox but it
is too small for some of my end users to see. I don't know how to do this in
VB. Can someone help me out here?

Thanks