Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Keith,
Thankyou for that explanation. I went for your alternative suggestion, by changing from Worksheet_SelectionChange to Worksheet_Change, and it works great. Rob "Keith74" wrote in message ... Hi Rob It's not working as the target is the destination cell/range, that's why you have to click out then go back to modify row K. I'd work this by storing the activate range on startup using worksheet_activate in say variable1 and on a selection change put this range in variable2, then check to see if variable1 matches criteria, if yes run code, if not set variable1 = variable2. Alternatively have a look at the change event. hth keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time format help needed | Excel Worksheet Functions | |||
Activating wrap text format causes my text to disappear, why? | Excel Discussion (Misc queries) | |||
IF / Else Format help needed | Excel Worksheet Functions | |||
Help needed to format x-axis of graph | Excel Discussion (Misc queries) | |||
Help needed with date format | Excel Discussion (Misc queries) |