Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Never mind thanks, I saved the document closed excel and re-opened it and it
worked fine. Thank you so much "Mike H" wrote: Hi, Right click your sheet tab, view code and paste this in Private Sub Worksheet_Change(ByVal Target As Range) If Target.Cells.Count 1 Or IsEmpty(Target) Then Exit Sub If Not Intersect(Target, Range("B:B")) Is Nothing Then Application.EnableEvents = False Target.Offset(, -1).Value = Time Application.EnableEvents = True End If End Sub Mike "Jakes" wrote: I have an excel document used for tracking all incoming calls, Every time a call comes in and the name is entered into column B I would like a script to automatically enter the time into column A. Thanks in advance for the advice |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trade Time Help Automatic Subtraction | Excel Discussion (Misc queries) | |||
Overlapping time calculations and automatic time updates | Excel Worksheet Functions | |||
Automatic time conversion in the SAME cell | Excel Discussion (Misc queries) | |||
Automatic date and time updation | Excel Discussion (Misc queries) | |||
automatic time plans | Excel Discussion (Misc queries) |