Hi mdmackillop and thank you for stepping in.


Where do I place that code, in the "Conditional Orders" sheet or in Module1?
There are a lot of sheets in the workbook and the macro should work no matter what sheet we´re in.


If I place it in Module1 as now, there´s still the Active Cell reference problem
as the PlaceModifyOrder macro uses it to know which row needs to be updated.
That reference is lost when we copy it to the Module1.


Am I correct? How can be done?