How to Delete a VBAProject

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

Chip Pearson

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 [email protected]
 
Top