Include html coding in Excel VBA

S

Sheela

Hello,
Continuing the problem that I have posted, below is
another sub which is linked to this code:

Sub HtmlWrite(HtmlLine)
Print #1, HtmlLine
End Sub

What I did was replaced the LineInput to HtmlLine. It
accepted in certain lines but ottherwise it shows an
error.

Can anybody tell me why this error is pops up?

Thanks,
Sheela
 
Top