Delete comments

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

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 ?



--

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
 
I right click then chose "Delete Comment."

-Tony
How do you try to delete them Tony ?



--

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
 
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

--

Regards Ron de Bruin
http://www.rondebruin.nl



I right click then chose "Delete Comment."

-Tony
How do you try to delete them Tony ?



--

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top