It would probably be simpler for you to have a button that utilizes the Application.FollowHyperlink method. It looks like:
The True tells VBA to open the hyperlink in a new window.Application.FollowHyperlink "http:\\www.vbaexpress.com", , True
HTH![]()