Send email via MSN email account

MSN SMTP server requires SSL connection on port 25.

Sample code below uses CDO 2000 class for sending emails

Send email via Yahoo mail account

Yahoo SMTP server requires SSL connection on port 465.

Sample code below uses CDO 2000 class for sending emails

Send email via Gmail account

Gmail SMTP server requires SSL connection on port 465.

CDO 2000 class for sending emails

The CDO2000 class allows to send emails w/o user intervention using a SMTP server.

Loading XML into a WEB Browser Control from Variable

The code below uses default Internet Explorer XSLT to convert XML into HTML.

Loading HTML into a WEB Browser Control from Variable

topic: 

NOTE The Web Browser control works much better when loading HTML from a file.

Convert Color to HTML

This is sample code. Add error handling and adjust to your requirements as necessary.