A family of Microsoft relational database management systems designed for ease of use.
Quote: "There is no built in or simple way to do that. Formatting only part of a string requires you to use Rich text or Hypertext (or is it XML), which in turn means you need to insert the formatting commands into the text. This can be done using VBA code, but you have to decide which style you will use and then figure out the formatting commands you want to use, much like you would if you were creating a web page."
Thanks Marshall. I was afraid VBA might have to be the case. Yes, it IS rich text format we are talking about.
So, then my question to the wider forum has to be asked to VBA gurus:
what VBA code/routine will insert a simple formatting command (changing to, let's say, light blue) that part of the string that has been searched for/found)?
Come on, VBA gurus, we (my laptop and I) know you're "out there", we've seen amazing code stuff galore elsewhere in this fantastic forum.
Thanks for your interest, in advance
EdKerm