In the buttons click event, enter codes similiar to the following:
Private Sub cmd_Bank_Click
application.FollowHyperlink "www.myhomebankers.com\admin",,True
End sub
I changed the "/" to "\"
HTH
Dale

Signature
Email address is not valid.
Please reply to newsgroup only.
> I need to know how can I do an Event Procedure to make a Command button open
> the Internet Explorer with the address : www.myhomebankers.com/admin and if
> possible already send it with a cookie including the user name and pasword
> info... Thanks