Automation SaveAs HTML

D

david_burt

How do I save a worksheet only in Excel automation?

I am doing:

oExcel.Workbooks(1).SaveAs apath, 44

This saves the whole workbook (inlc a dir of files). I
don't want all the extra overhead saved on the website.

Thanks
 
Top