Thread
:
date update in VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Carim
external usenet poster
Posts: 510
date update in VBA
Hi,
By coding your check box1 ...
Private Sub CheckBox1_Click()
CheckBox2.Enabled = True
CheckBox2.Value = CheckBox1.Value
End Sub
be sure to adjust with your names ...
HTH
Carim
Reply With Quote
Carim
View Public Profile
Find all posts by Carim