Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

put name, date in the cell byitself

Status
Not open for further replies.

amna77

Programmer
May 27, 2003
69
GB
Hi , i want to place user name and current date and time in the cells.
its row by row, if i enter date in A1, B1, J1 then it should put the persons names, date and current time in cells K1,L1,M1.


Thanks in advance
 
amna77,

In K1
[tt]
=A1
[/tt]
In L1
[tt]
=B1
[/tt]
In M1
[tt]
=J1
[/tt]



Skip,

[glasses] [red]Be advised:[/red] It's been reported that a wee psychic is roaming the countryside.
Small Medium @ Large! [tongue]
 
no sorry my mistake its data not date, "if i enter data in A1, B1, J1 then it should put the persons names, date and current time in cells K1,L1,M1." When ever i enter someting in a1:H1, then its sgould put date and time in one cell K1, L1, M1
and if i enter date in a2:h2, then its should put persons name and data and time in the cell k2, l2, m2

anybody know how to do that. i need to put vb codes in the back on change event, but don't know how exatly tp write. any help?
thanks

 
This is the MS Office Forum.

If you want a VBA solution, please post in the VBA Visual Basic for Applications (Microsoft) forum707.



Skip,

[glasses] [red]Be advised:[/red] It's been reported that a wee psychic is roaming the countryside.
Small Medium @ Large! [tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top