I have an excel document that contains some comments that I need to delete. However, when I attempt to delete them Excel locks up. Does anyone know why this is and how to stop it from locking up?
Thank you in advance,
Tony
How do you try to delete them Tony ?

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
I have an excel document that contains some comments that I need to delete. However, when I attempt to delete them Excel locks up. Does anyone know why this is and how to stop it from locking up?
Thank you in advance,
Tony
Tony - 08 Dec 2006 22:02 GMT
I right click then chose "Delete Comment."
-Tony
How do you try to delete them Tony ?
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Tony" <tsheehan@tji-holdings.com> wrote in message news:uSnKQGwGHHA.924@TK2MSFTNGP02.phx.gbl...
I have an excel document that contains some comments that I need to delete. However, when I attempt to delete them Excel locks up. Does anyone know why this is and how to stop it from locking up?
Thank you in advance,
Tony
Ron de Bruin - 08 Dec 2006 23:26 GMT
Strange
Try this macro on a copy of your workbook to delete all comments
post back with the result
Sub Comments1()'This will delete all comments ActiveSheet.Cells.ClearCommentsEnd Sub

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
I right click then chose "Delete Comment."
-Tony
"Ron de Bruin" <rondebruin@kabelfoon.nl> wrote in message news:uqWZ8xwGHHA.4116@TK2MSFTNGP05.phx.gbl...
How do you try to delete them Tony ?
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Tony" <tsheehan@tji-holdings.com> wrote in message news:uSnKQGwGHHA.924@TK2MSFTNGP02.phx.gbl...
I have an excel document that contains some comments that I need to delete. However, when I attempt to delete them Excel locks up. Does anyone know why this is and how to stop it from locking up?
Thank you in advance,
Tony