B
blisspikle
I can do the following...
If Selection.Validation.Type = xlValidateList Then
Else
End If
Why can't I use...
If Worksheets(1).Cells(7,1).Validation.Type = xlValidateList Then
Else
End If
I am using Office 2003
Thanks,
If Selection.Validation.Type = xlValidateList Then
Else
End If
Why can't I use...
If Worksheets(1).Cells(7,1).Validation.Type = xlValidateList Then
Else
End If
I am using Office 2003
Thanks,