E2010: change cell background on import?

bulrush

Registered User.
Local time
Today, 04:54
Joined
Sep 1, 2009
Messages
209
A lot of my job has to do with taking a text file separated by tabs into columns, and importing it into Excel 2010. Are there any codes I can embed in my text file which will format that cell? For example, when I import my text file, in some cases I want to make the cell background yellow, like a highlight.

Here's my idea with one example row:
Col1<tab>{bgcolor=yellow}Col2<tab>2000
Row2Col1<tab>Row2Col2<tab>2010

The {bgcolor=yellow} would highlight this row one, col 2, with a yellow background. But row 2, col 2, would have a default background color.


Thanks.
 

Users who are viewing this thread

Back
Top Bottom