View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Isis[_2_] Isis[_2_] is offline
external usenet poster
 
Posts: 51
Default Conditionally copy cell from one column to another VBA

I want to loop through a column row by row, (at least I think I need to
loop ?)and then conditionally copy the value of that cell to a different
column (but the same row) after a mathmatical operation (times -1, or plus
..3 etc) on the value.

How would I do that ?

Can I adapt it so that the column can be 'set' when running ?

Thanks for any input