ey experts,
This one is difficult to explain
1)On sheet1 after running a macro from an imported excel file, I have a single row with 5 columns which gives me an analysis of the data I've imported. From this analysis a simple conditional formatting flags up three possibilities and colours them: yellow, purple or leaves blank.
2)I then have another macro which copies this row into another worksheet (sheet2).
3)I then repeat step one which puts the results of the analysed data into the same row as before (sheet1).
4)I then repeat step two which pastes this row of data BELOW the one beforehand in (sheet 2)
This goes on and on I literally have hundreds of rows
The catch is the conditional formatting will change every time I import a new piece of data so which ever way I paste it into sheet 2 the formatting is wrong. Is there a way in VBA or otherwise to copy the colours generated by the conditional formatting and paste them in permanently so they won't be altered by the next file I import?
I'm also using excel 2003...
Thanks for any help
This one is difficult to explain
1)On sheet1 after running a macro from an imported excel file, I have a single row with 5 columns which gives me an analysis of the data I've imported. From this analysis a simple conditional formatting flags up three possibilities and colours them: yellow, purple or leaves blank.
2)I then have another macro which copies this row into another worksheet (sheet2).
3)I then repeat step one which puts the results of the analysed data into the same row as before (sheet1).
4)I then repeat step two which pastes this row of data BELOW the one beforehand in (sheet 2)
This goes on and on I literally have hundreds of rows
The catch is the conditional formatting will change every time I import a new piece of data so which ever way I paste it into sheet 2 the formatting is wrong. Is there a way in VBA or otherwise to copy the colours generated by the conditional formatting and paste them in permanently so they won't be altered by the next file I import?
I'm also using excel 2003...
Thanks for any help