View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Clearing all values in range that aren't formulas

I have a range called myRange and I'd like to clear out all values that
aren't formulas. How would I do this programmatically?

Thanks