Removing a VBA Project from the Project Folder

W

William Wolfe

I am running Office 2007. In Excel I open the VBA window and there are two
VBA projects in the Project Menu; VBAProject (password.xla) and VBAProject
(Personnal.xlsb). I need to remove the VBAProject(password.xla) but the
remove button is grayed out. How do I get rid of this?

Thanks
 
J

Joel

Maybe yo ucan't remove it becaue you don't have the password to unprotect the
project
 
S

Simon Lloyd

William said:
I am running Office 2007. In Excel I open the VBA window and there are
two
VBA projects in the Project Menu; VBAProject (password.xla) and
VBAProject
(Personnal.xlsb). I need to remove the VBAProject(password.xla) but the
remove button is grayed out. How do I get rid of this?

ThanksPassword.xla i believe is an add-in for breaking passwords!, anyway to
remove that you simply uncheck it in your add-ins on the main ribbon.


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
 
Top