I query an excel file from an excel file, part of the code reads:
"WHERE (`List$`.LAST Like 'we%')")
the we% is searching for names in cells that begin with we.
How do I rewrite "WHERE (`List$`.LAST Like 'we%')")
to instaed of using 'we%' it uses Range("a1")
thanks,
Chas
"WHERE (`List$`.LAST Like 'we%')")
the we% is searching for names in cells that begin with we.
How do I rewrite "WHERE (`List$`.LAST Like 'we%')")
to instaed of using 'we%' it uses Range("a1")
thanks,
Chas