Font color

  • Thread starter Thread starter smi
  • Start date Start date
S

smi

Please help, I am using Excel 97 with Win 95.
I use VBA to change color of some cell. It work great at my computer but
then when I use it at my friend PC, it did not change color. Did anyone ever
have this problem? If yes please show me how to fix this.
Thank you for your time.
Long
 
Did you change color with colorindex. If so check if it
returns what you set, eg
Msgbox selection.interior.colorindex

If you applied a color value such as RGB(r,g,b) or vb
color constant, results might not be the same if files
have different customized palettes (converted to nearest
matching palette colour and it's colorindex applied).

Otherwise check system High Contrast settings.

Regards,
Sandy
 
Back
Top