Im new to the world and headaches of excel VBA, just wondering what
the syntax is for multiple row selection in the row source property of a
list box (for a form) ? any help would be greatly appreciated...
Even better, what I'm trying to acheive is effectivly text box filter that will
reduce the content (from everything) of a list box. The fields I want are
client number (xxx), client name (first) and client name (second). As the
user types in the first letters of these three fields the contents of the list
box reduce to the point where only one selection remains. The data
source for these fields are three rows in a sheet.