Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I've been trying to get these to work in excel but i'm not having muc luck can anyone point me in the right direction. I've put the cod into vb editor now what do i do? Private Sub Worksheet_Change(ByVal Target As Range) Range("A" & Target.Row) = Now() End Sub ----------- Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 1 Then Range("C" & Target.Row).Value = Now() End If End Sub I'm trying 2 date stamp a cell when the cell next to it = yes but want it as a fixed date all the other ways i tried the date would aut update F2 is the column with yes in G2 is the column i want the dates i -- Johnse ----------------------------------------------------------------------- Johnsey's Profile: http://www.excelforum.com/member.php...fo&userid=1556 View this thread: http://www.excelforum.com/showthread.php?threadid=27335 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
aauugghhh...#div/o problems & various average formula problems | Excel Worksheet Functions | |||
Problems using Excel 2000 to open/save file saved in Excel 2003 | Excel Discussion (Misc queries) | |||
Problems with excel please help | Excel Discussion (Misc queries) | |||
Excel SUM problems | Excel Worksheet Functions | |||
Problems merging an excel file due to code or file problems? | Excel Programming |