View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default How do I display an excel file with toolbar in a web page?

use the worksheet web component in your web page

"Newbee2008" wrote:

I have created a page where I have a button to show an excel file.
When I click the excel opens as a new page outside my website.
How do I 'embed' this spreadsheet so that it opens as a spreadsheet within
the current page?

Thanks,
Joe