Search results

  1. V

    VBA to highlight textbox

    I have this code in all textboxes: =formatMatch([Notes],getPhoneFltr(),getBasicHTMLTemplate())
  2. V

    VBA to highlight textbox

    thank you sir. is there a way that I can add on the code that I have right now? and not to create another logic or argument?
  3. V

    VBA to highlight textbox

    thanks @Ranman256. that was not actually the option I have since I have multiple textboxes. so if you add an event to every textbox, the search result will not be accurate.
  4. V

    VBA to highlight textbox

    Hi Team, desperately need your expertise. I have this code that will highlight the keyword result query. This time I want to highlight the textbox of the results instead of the text itself. Thank you in advance! From: to: Public gPhoneFltr As String Public Const FONT_COLOR = "#FFFFFF"...
Top Bottom