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
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