Private submmand1_click () DIM VDOC, VTAG, COLL DIM I AS INTEGER DIM J AS INTEGER SET VDOC = IE.Document Dim Mstrcell AS String Set Coll = Vdoc.all ("19") for i = 0 to Coll.Rows.LENGTH - 1 for j = 0 to coll.rows (i) .Cells.Length - 1 mstrcell = mstrcell & space (4) & coll.Rows (i) .cells (j) .innertext next j debug.print mstrcell mstrCell = " "NEXT I End Sub Private Sub Form_Load () IE.NAVIGATE" E: /1.htm "End Sub HTM Content