Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I change this to set target range for rows from 46:54?
I appreciate any help! Kim-Anh Private Sub Worksheet_Change(ByVal Target As Range) If Target.Row = 46 And Target.Column = 20 Then Select Case Target.Formula Case "x" 'allow this Case "" 'allow this Case Else 'reset to nothing Target.Formula = "" End Select End If End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing a range of cells based on criteria in another range | Excel Worksheet Functions | |||
When entering data into a range of cells, select the entire range. | Excel Discussion (Misc queries) | |||
how to compute a range of cells based on another range of cells? | Excel Worksheet Functions | |||
how to compute a range of cells based on another range of cells? | Excel Worksheet Functions | |||
Count cells in one range based on parameters in another range | Excel Worksheet Functions |