Hello,
What I’m trying to do is run query and if records will match query parameter highlights those cells.
Please help. :confused:
Printable View
Hello,
What I’m trying to do is run query and if records will match query parameter highlights those cells.
Please help. :confused:
Hi!
As I see it this is not possible through a query procedure, as a query only gets a set of records from a table. I guess you have to automate excel and try to find the records with excels object model and highlight them as you find them
/Nisse