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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top