Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
I need to execute code based on the value entered into a cell, actuall any cel in a particular row. I have used the worksheet_change sub, and it works just fine when one cell is changed. But what if the user changes a range of cells -- e.g fill down or fill right. how can I get the precise value changed in each cell as well as the address.. I treid with target and .value but get errors .. Also, I have if .column = 5 then... because I only care about column 'E' however if the user choose cells D11:e:13 and fills down or right, the ..column is = 4 and never is = 5. help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet_Change | Excel Discussion (Misc queries) | |||
Worksheet_Change() | Excel Programming | |||
Worksheet_change won't run | Excel Discussion (Misc queries) | |||
worksheet_change vs. calculate, and worksheet_change not running | Excel Programming | |||
worksheet_change vs. calculate, and worksheet_change not running | Excel Programming |