• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. duytoi

    How to add a head to the search results in Excel 2016 using VBA

    Thank you all for taking the time for me. The issue has been resolved. I used the function to copy all the titles from the source data as search titles. This method may not be optimal, but at least it helps me solve the problem for now. Below is the entire code. If there is a better way, please...
  2. duytoi

    How to add a head to the search results in Excel 2016 using VBA

    Here is my entire VBA code. I have very limited knowledge of Excel and VBA, so I would greatly appreciate your help. Private Sub input_search_Change() Dim arr(), result, i As Long, a As Long, dk As String dk = input_search.Text arr = Sheets("Sheet1").Range("A4:D20006").Value...
Back
Top