View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Palette colors change when sent as email attachment

For most formatting aspects in a workbook the format colours are taken from
the palette of 56 colours. If the palette is customized it's saved with the
workbook, so your recipient should see the same palette and any formatted
colours. However the automatic colours for fill and font are determined by
the user's system colours, typically white and black, but not necessarily.
Is it these colours that don't appear the same.

Regards,
Peter T

"JEFF" wrote in message
...
Hello,

When I email someone a file, the formatting (colors) change... How do I
ensure the file they open looks just like the one I sent?

Thanks!