Is there a way to use VBA to set up a VBA password in another workbook?

E

Excel 009

Hi everyone,

Is there a way to use VBA to set up a VBA password in another workbook?

I know there is way to put VBA module and sub procedure into another
workbook using VBA, but can I password protect them using VBA as well?

AS
 
D

Dave Peterson

Not really.

The only attempts I've seen all rely on Sendkeys and that's not really reliable.
 
Top