B
Barb Reinhardt
I can extract the text in a cell of a table using this
myString = myShape.Table.Cell(myRowVal, myColVal).Shape.AlternativeText
How do I get the background color for the same cell using VBA? I know how
to convert the color to the 3 components.
Thanks,
Barb Reinhardt
myString = myShape.Table.Cell(myRowVal, myColVal).Shape.AlternativeText
How do I get the background color for the same cell using VBA? I know how
to convert the color to the 3 components.
Thanks,
Barb Reinhardt