display in memory data in browser window

  • Thread starter Thread starter Erin
  • Start date Start date
E

Erin

I have an xml document that I am applying a style-sheet to
via VBA. I then want to display this in-memory document
in a browser window. I can instantiate the browser
window, but cannot figure out how to write the document to
it. Anyone know?
 
Hi Erin,

I think you'll probably have to save your document to a temporary folder and
Navigate to that file. You can then Kill the file when you're done.
 
Back
Top