Thread
:
VBA forms - HELP!!!
View Single Post
#
1
One-Leg
Posts: n/a
VBA forms - HELP!!!
Hello,
I'm using the following in a macro but it doesn't work:
Range("A2:A65536").Select
If Cells.Select = "0" Then Selection.ClearContents
What should I change???
Reply With Quote