View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Piazza Mike Piazza is offline
external usenet poster
 
Posts: 9
Default Help w/ macro to zero hard keyed numbers

I want to write a macro that will search through a sheet and find numbers
that are hard coded, not the result of formulas, and the in that cell write a
blue 0.

The writing in blue is ancillary to the ability of finding the hard coded
numbers and zeroing them.
Is this possible? Thanks for the help?