Hi all,
I have the following strange thing happening in a Worksheet Calculate code:
there are three pieces of code, each one indipendent and triggered by certain events on the sheet. they happen in the order that they are in the code (=the second cannot be without the first, the third without the second). i have used the following structure:
Sub Worksheet Calculate
If...
End if
If..
End if
If...
End If
End sub
Now, if they are all together in the code only the first gets triggered but not the second and the third, even with the events triggering them. If each of them appears in the code as standlone (second but not 1st and 3rd etc) they all work!
Am I missing something??
Many thanks
BC
Bookmarks