Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a better way to write this??
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column < 1 And Target.Row < 1 And Target.Row < 2 And Target.Row < 3 And Target.Row < 4 Then Cells(Target.Row, 1).Value = Now End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inefficient Space Removal | Excel Programming | |||
Inefficient Calculation of User Defined Functions in Excel 2000 | Excel Programming | |||
Loop worked but is it inefficient? | Excel Programming | |||
Loop worked but is it inefficient? | Excel Programming | |||
Inefficient VBA Code - Worksheets Property | Excel Programming |