Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 5 _ And Target.Row = 50 _ And Target.Row <= 100 Then Range("A3") = Now() End If End Sub = Piku -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart Values that change based on Change event | Excel Programming | |||
Need code for simple change event | Excel Programming | |||
Change minimumscale with the change event of a combobox | Excel Programming | |||
On change event | Excel Programming | |||
change event/after update event?? | Excel Programming |