Launching IE and displaying content from string buffer

D

DejaUser

In VBA, I can create IE object and navigate to a url pretty easily.
But how can I display content from a string buffer?

Currently I am creating a HTML file on a local disk and navigating to
it. I want to avoid creating the file and pass the HTML buffer
directly from the memory to IE.

Any ideas?
 
Top