Hello I've ran into a little problem concerning changing color on a shape.
I'm developing a windows application using vb.net.
What happens is that I change the formula of the FillBkgnd Cell but the color of the shape doesn't change, though the formula does change.
My code looks something like this:
shape.CellsU("FillBkgnd").Formula = "RGB(255;255;255)"
Please help
I'm developing a windows application using vb.net.
What happens is that I change the formula of the FillBkgnd Cell but the color of the shape doesn't change, though the formula does change.
My code looks something like this:
shape.CellsU("FillBkgnd").Formula = "RGB(255;255;255)"
Please help