Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "JE McGimpsey" wrote: How is trigger_area defined? Do you have protection set in std_number? The names "std_number" and "dd_opertype" are single cells and "trigger_area" is the name of a range of 5 cells. This is not the problem, however, since the error also occurs if I provide either cell in the range individually. Does Range("std_number") get set to whatever "xxx" is if you leave out the "trigger_area" line? It does, yes. The idea is that if the value in "std_number" is changed it causes "dd_opertype" to update followed by the cells in "trigger_area" which in turn update each other. A cascade, if you will. The funny thing is, that it appears that whenever it is "trigger_area" (or any individual cell therein) that triggers the event handler, I seem to get the error trying to update any random cell in the workbook (not just the same sheet). Due to time constraints I redid the entire section of the workbook with VBA dropdowns (MSForms.ComboBox) instead of validation lists - but the original solution was absolutely bloody elegant (well, just more scalable, really) and I would have loved getting it to work. Still would. - Thomas |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-time error '50290': Application-defined or object-defined erro | Excel Discussion (Misc queries) | |||
Application-Defined or object defined error 1004 When ran on exel97 but not 2003 | Excel Programming | |||
Copying A Range of Cells From one Sheet to Another - Error Application Defined or Object Defined | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming |