Format Change Event for Excel VBA

Posted by The_Third on Super User See other posts from Super User or by The_Third
Published on 2010-08-06T20:13:10Z Indexed on 2012/06/20 21:18 UTC
Read the original article Hit count: 195

Filed under:
|
|

I'm trying to prevent people from modifying (most) of my spreadsheet while still alowing them to use the sort function of the AutoFilter. What I've done so far is used the Worksheet_Change event and Application.Undo to automatically undo any values entered into cells that I don't want to be modified. This works great, except that it can't detect changes in formatting. Does anyone know of a means to trigger an event when the format (text/background color) of a cell is changed?

Thanks!

© Super User or respective owner

Related posts about microsoft-excel

Related posts about excel-2003