Thread: [Solved] Checkbox in Userform
View Single Post
 
Old 02-18-2014, 05:07 AM
lukael lukael is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Feb 2014
Posts: 7
lukael is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Have you specified the target range?
this is from the code above, range:

Code:
If Target.Count = 1 Then 
        If Not Intersect(Target, Range("C4,C6")) Is Nothing Then 
            blnValue = WorksheetFunction.CountA(Range("C4,C6")) = 2
It must tick checkbox ONLY IF both cells (C4,C6) are not blank - which is thier default value !
Reply With Quote