Can anyone explain, how to copy .htm data to excel. I have the code as below, but it's copying all unwanted data also.
Sub Pull_html()
Dim z As Long, e As Long
Dim f As String, m As String, n As String
Sheets("Sheet1").Select
Cells(1, 1) = "=cell(""filename"")"
Cells(1, 2) =...