Thread: Simple Do Loop!
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adam Adam is offline
external usenet poster
 
Posts: 287
Default Simple Do Loop!

Hi

I have a list of dates in D that will be varying in size. In G I want to
add the formula =TODAY()-D2, etc.

I want this to appear as the result of a certain macro and deleted if
another macro is run, as something else will go here. This part I can manage.

I'm struggling with making the Do Loop only continue if there is something
in D.

Any help, much appreciated!

Adam