I have a VBA form with a number of dynamic OWC11 spreadsheets in it. Is there anyway I can add sheetchange event handler to these objects, say updating a total outside the spreadsheets on the form? After googling a while, I found that it was possible to add dynamic event to a dynamic button. I followed the same approach and found it did not work for my scenario. Can anyone help on this issue?