I have a worksheet heavily laden with code. There are \'worksheet_change\' and \'worksheet_calculate\' functions amongst that code. during certain procedures this code runs unn
Yes, just set Application.EnableEvents to FALSE.
Application.EnableEvents
Don't forget to turn it ON back after your processing is completed.