How to Delete a VBAProject

  • Thread starter Thread starter JStone0218
  • Start date Start date
J

JStone0218

I have a VBAProject and the content is corrupt. How do I delete it? If I
right click on the project, the remove option is not available.
 
You can't delete the entire VBProject. You can delete all the individual
modules, classes, and forms, and you can purge the code from the
ThisWorkbook and Sheet modules.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 
Back
Top