Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Trying to make part of a macro work only if the target is in col B, otherwise exit. I'm doing this: If Target.Column < B Then Exit Sub Have also tried this: If Target.Address.Column < B Then Exit Sub but neither work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
target.offset(0,-1) does not work as assumed | Excel Programming | |||
Target cell reference moves when target is cut and pasted | Excel Discussion (Misc queries) | |||
Target Address/Value Macro Won't Work | Excel Programming | |||
Target.Address Doesn't Work in Excel 97? | Excel Programming | |||
How find if target is object in Worksheet_Change (ByVal Target As.. ?) | Excel Programming |