Sub TestMe()
Application.SendKeys ("%{F11}")
Application.SendKeys ("%te")
End Sub
HTH,

Signature
Gary Brown
gary_brown@ge_NOSPAM.com
If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.
> I recently learned that you cannot programmatically change the VBA Project
> Password. I like to password the VBA Editor so when I make a change to the
[quoted text clipped - 6 lines]
>
> Steven