PDA

View Full Version : Solved: Userform checkbox active checkbox in sheet



jmaocubo
03-08-2010, 08:53 AM
Hi

I have a userform with some checkboxes and when i select checkbox1 i need that in sheet1 the checkbox2 be check.


Thanks in advance

lucas
03-08-2010, 09:44 AM
Sheets("Sheet1").CheckBox2.Value = Me.CheckBox1.Value

jmaocubo
03-08-2010, 11:07 AM
Sheets("Sheet1").CheckBox2.Value = Me.CheckBox1.Value

Works fine

Thanks Lucas:thumb

lucas
03-08-2010, 11:46 AM
Glad to help. Be sure to mark your thread solved using thread tools at the top of the page.