I didn't find the code example for this, so I typed it in by myself. So far so good, but what in the world should I pass in that ParamArray?
I made a small wrapper to test it:
Code:
Sub testwrap()
Dim addr As String
addr = "c:\example.htm"
ImportHTMLTables addr, True, False, True
End Sub
The code doesn't give an error, nor it seems to do anything else either. It clearly misses that ParamArray.
The program this code calls is in pages 435-440. About testing, it just says "To test this code, call the ImportHTMLTables routine in the immediate window using the HTML file created earlier."