View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
FLYNNE FLYNNE is offline
external usenet poster
 
Posts: 15
Default Dating cells in a worksheet using VBA

I wish to use VBA to automatically date selected cells.The dates are in
ascending order and are separated by a fixed number of days.

For example :-
Date cells A1 , A10 , A20 , A30 with 1 Jan 2006 , 8 Jan 2006 , 15 Jan 2006
, 22 Jan 2006.

My experience in VBA is almost non-existent in this area and I would
appreciate some help on this matter.

Any Suggestions please ?
--
FLYNNE