View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
phillfri phillfri is offline
external usenet poster
 
Posts: 6
Default Resetting cells with 0 to empty cells

Range("B:B") = empty

"Luc" wrote:

How do i reset cells wich contain 0 (zero) to an empty cell.:

1.For an entire column
2. For a certain range, example I2 to I25

Thanxxx,

Luc