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 Unlock protected VBA

Only solutions I have ever seen here are based on SendKeys.

it isn't supported in the object model/library.

You can search Groups.google.com in this group for the sendkeys solution.

--
Regards,
Tom Ogilvy

"equiangular" wrote in message
...
Hi,

Is there any way to unlock protected VBA code?
Thanks.