Excel colour display


busdriver12

Well-known member
Local time
6:33 PM
Posts
4
Location
Perth WA
OS
Windows 11
I've noticed a change today in how Excel displays colours.

I have a spreadsheet which I use to manage my personal finances and in the totals, I display negative balances in red and positive in blue. Now it displays both in blue as which are controlled by conditional formatting. I checked the conditional formatting rules (which have not changed). I've noticed other colour changes in the same workbook. I loaded a backup version from a few days ago to check and I get the same behaviour. It appears there has been some background change to Excel - has anyone noticed similar behaviour?

Thanks and mildly annoyed.
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 16 5645
    CPU
    AMD Ryzen 5
    Memory
    16Gb
    Graphics Card(s)
    512MB ATI AMD Radeon Vega 11
    Screen Resolution
    1920x1080
    Internet Speed
    25 Mbps
    Browser
    Firefox
    Antivirus
    Windows Defender
  • Operating System
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    AMD A9
    Motherboard
    Rose_SR (Socket FS1r2)
    Memory
    8Gb
    Graphics card(s)
    512MB ATI AMD Radeon Vega 11
    Hard Drives
    238GB KINGSTON (SSD)
    Mouse
    Logitech
    Internet Speed
    25 Mbs
    Browser
    Firefox
    Antivirus
    Windows defender
I've noticed a change today in how Excel displays colours.

I have a spreadsheet which I use to manage my personal finances and in the totals, I display negative balances in red and positive in blue. Now it displays both in blue as which are controlled by conditional formatting. I checked the conditional formatting rules (which have not changed). I've noticed other colour changes in the same workbook. I loaded a backup version from a few days ago to check and I get the same behaviour. It appears there has been some background change to Excel - has anyone noticed similar behaviour?

Thanks and mildly annoyed.
Not sure which version of EXCEL you have but try going into Account --->properties and there's things you can change. It might help.

Cheers
jimbo
 

My Computer

System One

  • OS
    Windows XP,11 Linux Fedora Rawhide pre-release 45
    Computer type
    PC/Desktop
    CPU
    2 X Intel i7
    Screen Resolution
    4KUHD X 2
Thanks for the reply Jimbo. I am using MS 365 which updates on the fly as required.

I've done a little more digging and it feels like something in the code was altered which caused this issue. I looked at the font colour in one of the affected cells (right click|format cells|font) and was set to white (Hex FFFFFF) but was being displayed in a green/brown colour.

I had a simlar issue with cell comment colouring for which I use VBA code to set from the default. The font colour being used was using ColorIndex value of 11 which is a blue colour, but was being displayed in same green/brown colour (mentioned above). After some research of VBA varibles/constants, I changed this value to 5 which solved the problem. I've no idea why this occurred, but I have the outcome I was seeking and am now happy with this.

As for the cells being controlled conditional formatting, I found that clearing and resettting the rules fixed that particular problem.

You may ask why I am making such a big deal about the colours? It's because I am colour blind and need to use colours which I have no issues in seeing. I now consider this problem solved. I am not a developer so have no desire to dig any deeper and I hope this helps anyone else in a similar situation.

Phil
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 16 5645
    CPU
    AMD Ryzen 5
    Memory
    16Gb
    Graphics Card(s)
    512MB ATI AMD Radeon Vega 11
    Screen Resolution
    1920x1080
    Internet Speed
    25 Mbps
    Browser
    Firefox
    Antivirus
    Windows Defender
  • Operating System
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    AMD A9
    Motherboard
    Rose_SR (Socket FS1r2)
    Memory
    8Gb
    Graphics card(s)
    512MB ATI AMD Radeon Vega 11
    Hard Drives
    238GB KINGSTON (SSD)
    Mouse
    Logitech
    Internet Speed
    25 Mbs
    Browser
    Firefox
    Antivirus
    Windows defender
Back
Top Bottom