write it to an html file, then open the html file in the web-browser control...
Printable View
write it to an html file, then open the html file in the web-browser control...
That would be the easy way out. I dont want to do that though.
okay, fine... make the users computer act as an ftp server, upload the html file via ftp to their computer, then get via web-browser control... i still think it would be easier to just save the damn file...
try...
VB Code:
Dim carpString as String carpString = "<html>Hey</html>" WB.Navigate "about:" & carpString
Just remove the space between about and :
:)