Results 1 to 7 of 7

Thread: VBA: fetch data from cells and concatenate matching data heading in another sheet

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    I am getting error
    Set tblRng = Sheet2.Range("A1:G1").Find(Trim(var(x))).Offset(1, 0)

    when I ran the code in original data where instead of a, b etc. there appears lines like Apple85c(d), Sky900001c(d) respectively. In column A of "data" sheet there are also numbers, special characters.
    Last edited by jadgon; 01-15-2022 at 02:38 AM.

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
  •