View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default check box in userforms

worksheets("Sheet1").Checkboxes("Check Box 1").value=true


--

HTH

RP
(remove nothere from the email address if mailing direct)


"antonov" wrote in message
.. .
hello everybody,
I have a (new) worksheet. To avoid mistakes all data will be input from an
userform. Is it possible to check boxes in my workbook from the userform?

If
so... how?
thanks again