View Single Post
  #1   Report Post  
One-Leg
 
Posts: n/a
Default 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???