Thread: VBA Query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
missk missk is offline
external usenet poster
 
Posts: 17
Default VBA Query

Hi Pls HELP,

I've got two columns (A & B).

Column B always have items in it (and new items/lines gets updated
every day). This accumulates over a period of time.

Every day I update Column A manually with todays date for all the
current entries.

I need a macro to update Column A automatically with today's date for
the new entries. Is there a way to do this?????

Thanks