Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
trying to have when an entry in row column (L) is made
clear contents of same row column (P) have following but doesn't clear as wanted thanks Dim lr As Long lr = Cells(Rows.Count, 200).End(xlUp).row If Not Intersect(Target, range("L200:L" & lr)) Is Nothing Then If IsNumeric(Target.Value) And Target.Value = 10 Then Sheets("data").range("P" & Target.row).ClearContents End If End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to clear range contents when cell contents are changed by us | Excel Programming | |||
Clear Cell Contents | Excel Programming | |||
VBA Clear Cell Contents | Excel Programming | |||
vb to clear cell contents | New Users to Excel | |||
Clear cell contents with a button | Excel Worksheet Functions |