View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Khozema Sherwala[_2_] Khozema Sherwala[_2_] is offline
external usenet poster
 
Posts: 6
Default To Capture the time stamp on entry of a value in cell.

Thanks it works. I understand the range type is being used and if my cursor
is on first column then only time is populated in the next column cell values
only.

It works for my today's assignment. Thanks Phuelgod.

"Khozema Sherwala" wrote:

Hi,

I am trying to capture the time on the entry of the cell in column A.
Scenario is I enter a person code in cell in A column and in B column I need
a time stamp. I am using now(). It works for one row. but as i proceed to
scan further all the values in column b is getting updated as i am using
now(). I want to capture time stamp for each entry of person code in col A
and then freeze timestamp in col b and proceed. I am trying to get something
like,

A1
3031
B1
10:30 Pm
A2
3032
B2
10:35 PM
and so on...

Any pointer or help here will help me. Thanks in advance.

best regards,