Search results

  1. P

    Find as you type in a listbox

    Alisa, Many thanks for your help. It worked and your help was greatly appreicated. Some additional tips as follows: 1. For alphabetic letter ensure the letter is in quotation marks example Case 65 varFruz = "A" 2. I emptied txtFind by using the lost focus event. Not sure it lost focus...
  2. P

    Find as you type in a listbox

    Alisa, Thanks for your reply. I tried to write the Function for GetLetter, but have not had any success, here is what I wrote Public Function GetLetter(KeyCode As Integer) Dim varFruz As Variant If KeyCode = 49 Then GetLetter = 1 If KeyCode = 59 Then GetLetter = 9 If KeyCode = 65 Then...
  3. P

    Find as you type in a listbox

    Alisa, I have the same problem, do you have any sample for invisible text box. I want to see if I can implement something similar
Back
Top Bottom