How to remove the password set for an excel macro to view VBA scri

J

Jegan

To view the VBA script return in a macro , i need to remove the existing
password. i forgot the password provided
 
S

Sam Wilson

You're in trouble then, those passwords aren't accessible via vba, you'd have
to send keystrokes and that can take decades to find the right password,
sorry.
 
P

Patrick Molloy

search the news group for password code breakers - you might find one...if
you search the web there are a few on offer
 
Top