This is a discussion on VB Macro with Reflection - Hewlett Packard ; Hi all, I have used VBA with excel extensively but I am brand new to Reflection. I need to make a decision based on the foreground color of some text. Basically in pseudo code If foreground color is white then ...
Hi all,
I have used VBA with excel extensively but I am brand new to
Reflection. I need to make a decision based on the foreground color
of some text. Basically in pseudo code
If foreground color is white then
some code here
End if
But I dont know how to test what the foreground color is.
The help section has something like object.foreground color .... but I
need something more specific than the object.
Thanks