![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
I have a macro that operates through Worksheet_Change. However, when I change a cell via a data validation drop-down box, this macro is never called. When I change the cell value by hand, the macro is called correctly. How can I run this macro when I change this value via the drop-down box?
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,064
|
Hi
Do you need to refresh?? remember also the drop down box you select data it returns address box to number to selected range?? yes.. so the box means nothing to target as macro, unless the macro works on number that changes in that changed cell on change in drop down box. If your sill with me, you need to set the target away to col Z or what evere and dropdown to the Y col and in Z have vlookup tio refer back to the data source the dropdown gets ints referencing from. then the drop down change is reflected in three places and will target as macro trip and colour you line, no real VBA adjustmenty bar taret column = X not A and set the sheet to allow changes. I really do hope you can follow that, and it will work as this i have just done today and sucess.... BTW i hide the data reference cells.. tidy that way.
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|