To edit an HTML document in Excel, first open the document by using the Open
method. The following example opens the file "C:\Reports\1997_Q4.htm" for editing.
Workbooks.Open Filename:="C:\Reports\1997_Q4.htm"
After opening the file, you can customize the appearance, content,
browser support, editing support, graphics formats, screen resolution,
file organization, and encoding of the HTML document by setting
properties of the DefaultWebOptions and WebOptions objects.
No comments:
Post a Comment