View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cyberdude cyberdude is offline
external usenet poster
 
Posts: 12
Default Record the date on which the record is made

Hi,

I would like to input some data and the dates on which I input these
data in the adjacent cells on an Excel spreadsheet. An example is like
this one:

Data Dates on which I input the data
12 30-6-2006
13 30-6-2006
15 01-7-2006
17 02-7-2006

Could you tell me the way of doing this using VBA and the way using the
built-in functions of Excel? Thank you.

David