Hi Dan, here i am again.
I was able to put successfully the Instr function to the part of looking per column. ("Omschrijving")
but the part when "ALL" is selected thats the problem.
i used this line in the part of looking at 1 column. ("D") and it works fine
how do i integrate it in the following:If ColR.Rows(LSearchRow).Text = Tbx Or _ InStr(ActiveCell.Value, UCase(Tbx)) > 0 Then
Is it also possible with te Instr function to work with wild cards?If Range("A" & CStr(LSearchRow)).Text = Tbx Or _ Range("B" & CStr(LSearchRow)).Text = Tbx Or _ Range("C" & CStr(LSearchRow)).Text = Tbx Or _ Range("D" & CStr(LSearchRow)).Text = Tbx Or _ InStr(ActiveCell.Value, UCase(Tbx)) > 0 Or _ Range("E" & CStr(LSearchRow)).Text = Tbx Or _ Range("F" & CStr(LSearchRow)).Text = Tbx Or _ Range("G" & CStr(LSearchRow)).Text = Tbx Or _ Range("H" & CStr(LSearchRow)).Text = Tbx Or _ Range("I" & CStr(LSearchRow)).Text = Tbx Or _ Range("J" & CStr(LSearchRow)).Text = Tbx Or _ Range("K" & CStr(LSearchRow)).Text = Tbx Then
something like: Hdd%200gb% to search for more criteria
thnx for looking in to it "again"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks