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

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?