Thread: Previous Column
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Terry VanDuzee Terry VanDuzee is offline
external usenet poster
 
Posts: 10
Default Previous Column

Hello
How do I test the value in the previous column; using Activecell?

In my code, I activate a cell so that I can place a value in it. Using a Do
Until loop, I want to generate a number until the value is greater than the
number in the previous column (same row).

Thank you so much
Terry V