Take a look at JE McGimpsey's site:
http://www.mcgimpsey.com/excel/timestamp.html
If you're new to macros:
Debra Dalgleish has some notes how to implement macros here:
http://www.contextures.com/xlvba01.html
David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm
Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm
(General, Regular and Standard modules all describe the same thing.)
avalonchris wrote:
>
> I need to add a timestamp (mm/dd/yyyy hh:mm:ss AM/PM) in column B1 when a
> user enters a value in column A1. The same is true for B2 when a user enters
> A2. If a user enters A2 then it should not change B1.
>
> Thoughts? I have found solutions but unable to get them to work (newbie in
> excel VBA). I am also using EXCEL 2007.
--
Dave Peterson