View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
josquin josquin is offline
external usenet poster
 
Posts: 1
Default Loading Multiple HTML Files in same Workbook with C#

Hi,

I need to programmatically load a large enough number of HTML files
(possibly more than 30) in an Excel Workbook, with each file being
loaded in a different Worksheet.

I do not want to load them as separate workbook in my workbooks
collection. I need the user to be able to most quickly and easily
move from one HTML file (i.e. one worksheet) to another one using
Excel tabs.

Could anyone show me how to do that with sample C# code for just 2
HTML files?

Thanks.

Eric