Page 2 of 2 FirstFirst 12
Results 41 to 43 of 43

Thread: Import data from multiple html files into one excel worksheet

  1. #41
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Import data from multiple html files into one excel worksheet

    you should use vbnullstring, which as almost the same as "", either would do, you should then have empty cells

    i do not know why you can not replace the ~ character, seems to be just one of those things, i just chose that character at random, any other character should do the same job and most should be replaceable, try x instead
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  2. #42

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2009
    Posts
    295

    Re: Import data from multiple html files into one excel worksheet

    Ok. but I changed it in the script itself and it works fine. Thanks a lot

    Code:
    Close 1
            htm = Replace(htm, " internal", "_internal", , , vbTextCompare)
            htm = Replace(htm, Space(9), "  Null  ")
            htm = replace(htm, "</SPAN", "   " & fname & "</SPAN")
            doc.body.innerHTML = htm

  3. #43
    New Member
    Join Date
    Oct 2020
    Posts
    1

    Re: Import data from multiple html files into one excel worksheet

    Hi coulld you please share the complete working code ?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width