Open explorer with email or web page from program
This code opens Internet Explorer and navigates to a web page or opens the default mail program with an email address in the email box
so users can go to your web page or email you from your program.
Rate Open explorer with email or web page from program
(2(2 Vote))
'open IE and default mail program with email address
Shell ("explorer mailto: [email protected]")
'opens IE and navigates to a specified web site 'from your program
Shell ("explorer http://www.yoursite.com")
Open explorer with email or web page from program Comments
No comments yet — be the first to post one!
Post a Comment