Hi,
As my understanding this issue, you mean that, for example, there are two sheets (sheet1, sheet2), then there’s
a macro named goalseeker in sheet1, then run goalseeker macro, you need solver macro to run in sheet2. Am I right? If what I understood is not correct, then could you share the workbook on
https://skydrive.live.com/ (remove the sensitive information)
If what I understood is correct, then I want to confirm that the value in sheet2 which copied from sheet1 is always pasted in the same cell/ range? If it is, then we can use Worksheet_Change() event to run the macro, and in the
event, judge the target address first. If sheet2 will only change content via goalseeker macro, then we don’t need to judge the target address.
Also, we can also call solver macro in goalseeker macro.
Another suggestion, make a breakpoint in the solver macro, then check whether it runs into this macro.
Jaynet Zhang
TechNet Community Support
