View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default access my vba project

Opening the password protected project with code is not supported.
Solutions posted here are dependent on Using Sendkeys.

http://tinyurl.com/2p7u35


--
Regards,
Tom Ogilvy


"Spencer" wrote in message
...
i have an application that i built into it a "programmer" mode. this
essentially will unhide all worksheets and unprotect everything. i dont
know
how to open my vba project though. it is getting annoying that every time
i
want to test my workbook_openn statement, after opening the app, i have to
type my vba password to look at my code. yes i know i could just hold off
until testing is complete to put a password on it, but for fixing it down
the
line, this would be helpful. TIA.