• 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

    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