Same thought here.
I tried using RGB, but that's not working either.
I have to use ColorIndex 46 (that's light orange or #FF9900 or 255,153,0). Problem here is that I can't define that color, it is rounded in some sort. I get the same yellow down to somewhere around 255,130,0, then it changes to red.
There are some funny things too:
- when I create a new Excel File in Excel, Color Pallette is OK.
- when I export the data manually (with export function from Access, not VBA), Color Pallette is OK
- only when exporting (through DoCmd.OutputTo or DoCmd.TransferSpreadsheet) in VBA, Color Pallette is not OK
I really hate things like this...
simon
|