You got it!
The only thing I would do is not declare "Dim ... As New". Instead I would do it like this:
[VBA]
Dim elem As htmlBaseElement
Set elem = New htmlBaseElement
[/VBA]
You got it!
The only thing I would do is not declare "Dim ... As New". Instead I would do it like this:
[VBA]
Dim elem As htmlBaseElement
Set elem = New htmlBaseElement
[/VBA]
Regards,
JP
Read the FAQ
Getting free help on the web
My website
Please use [vba][/vba] tags when posting code