X
xargon
Hi,
I was trying to change a shape's background fill color as follows:
If Shape.CellExists("FillBkgnd", 0) Then
Shape.Cells("FillBkgnd") = RGB(255, 0, 0)
End If
I verified that the above code is executed but it does not change the
shape background to red as expected. Am I missing something here?
Cheers!
xargon
I was trying to change a shape's background fill color as follows:
If Shape.CellExists("FillBkgnd", 0) Then
Shape.Cells("FillBkgnd") = RGB(255, 0, 0)
End If
I verified that the above code is executed but it does not change the
shape background to red as expected. Am I missing something here?
Cheers!
xargon