Change attributes of entire row when a particular string is found in row

S

Sunil Matta

I have a text file (csv-format) that is going to be opened by Excel
2000.

When the file is opened by excel, I would like to underline/highlight
the column headings above the data. (Much like the output of sql).

My logic looks like the following:

For entire page; do
find NEXT row where the first column has eg "Record id"
underline or highlight the ENTIRE ROW to grey
done


Can this be done via a macro or vb code ?
Can the macro/code be shipped within the csv text file ?


TIA,

Sunil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top