View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Removing VBA Password

Open VB editor and click tools - project properties and then the protection
tab. Remove the checkmark and delete the password and then save the workbook.

Mike

"pglufkin" wrote:

When entering the VBA password, and then trying to save my code, when I try
to bring up the excel sheet again with the code in it that I have saved, I
have to enter the VBA password all over again to get to my code. How do I
permanently remove the VBA password so I don't have to keep on entering it
each time I bring the excel spreadsheet up and try to get into my code?

--
paul