Some of my cells are formatted as #,##0;[Red](#,##0)
which makes negative numbers show up in red. I want to copy the contents and formatting into PowerPoint. How can I identify the colour that a cell is displayed in, so that I can copy the visible appearance? I don't want to have to re-implement the logic of parsing the format and doing the negative decision if I don't have to, as not all my cells will be formatted that way.
If I can't do it by explicitly setting the colours in VBA, is it possible to use copy and paste methods to copy a cell from Excel into a cell in a table in PowerPoint? Actually this would be better than doing it longhand - I have tried but I can't work out at what object nesting level to do the paste.
I've found loads of references on how to paste Excel ranges in as a new table, but none on pasting individual cells with formatting into an existing PowerPoint table. Pasting at the TextRange level does not paste the colours, but it does paste other settings such as bold.