Hi
Please find attached.
Hi
Please find attached.
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Thanks Admin!
The code you made is perfect!
I add new lines in workbook code so that i can use the search engine and add data form in one sheet.
here is the new code:
By the way is it possible to add link on the search results so that when i click, i will go to the exact location of the searched data?Code:Private Sub Workbook_Open() Dim x x = GETSHEETS(Array("view")) Worksheets("view").cmbSheetName.List = x Worksheets("view").cmbSearchName.List = x End Sub
Hello Admin,
Just want to know how to include another text boxes (criteria). So that i can filter only the data that i want base on the criteria.
Bookmarks