Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am trying to use vba code to enter the date and time when a certain field
contains data.the code i have tried to use is: Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = False If Target.Address = "$B$10":"$B$40" Then Range("A10:A40") = Time Range("G10:G40") = Date End If Application.EnableEvents = True End Sub please could you help thank you John Tempest |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can excel automatically enter the date data in a cell was entered | Excel Worksheet Functions | |||
projecting time and date from hours entered | Excel Worksheet Functions | |||
excel, automatic date and time when info gets entered | Excel Worksheet Functions | |||
Auto date/time insert when data entered into an adjacent cell | Excel Worksheet Functions | |||
Input Date when data is entered into another cell | Excel Worksheet Functions |