View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jake Marx[_2_] Jake Marx[_2_] is offline
external usenet poster
 
Posts: 23
Default display in memory data in browser window

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.

--
Regards,

Jake Marx
MS MVP - Excel

Erin wrote:
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?H