C
Chet Cromer
I have a query that I am getting into Excel as a QueryTable and one of the
fields contains HTML codes (this same query is also used to generate a web
page). The contents of this field are something like this:
PW,PL,PS,<b>Leather</b>,<b>Sun Roof</b>,Automatic
As you can see the query is designed to bold some of the options for
vehicles. THis works great on a webpage but not at all in a standard Excel
Querytable, which of course doesn't translate the < > blocks into bold.
There's no way to get Excel to recognize this type of formatting, is there?
I'm thinking of using some loops and the Instr function to isolate blocks of
bold and then using the .characters() collection to bold them, but that's
going to be a chore...and I'm always looking for an easier way.
Any ideas? Thanks in advance.
Chet
fields contains HTML codes (this same query is also used to generate a web
page). The contents of this field are something like this:
PW,PL,PS,<b>Leather</b>,<b>Sun Roof</b>,Automatic
As you can see the query is designed to bold some of the options for
vehicles. THis works great on a webpage but not at all in a standard Excel
Querytable, which of course doesn't translate the < > blocks into bold.
There's no way to get Excel to recognize this type of formatting, is there?
I'm thinking of using some loops and the Instr function to isolate blocks of
bold and then using the .characters() collection to bold them, but that's
going to be a chore...and I'm always looking for an easier way.
Any ideas? Thanks in advance.
Chet