Thread: copy problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark K[_3_] Mark K[_3_] is offline
external usenet poster
 
Posts: 1
Default copy problem

I am trying to search all of column I for the values "---" (3 dashes)
when i find a match i want to replace whats in Ix with whats in Kx (x being
the row number)
then i want to put a 1 in Kx

I would like to loop through all of I to find the dashes.

Any help would greatly be appreciated
Mark