Hi Edi,
Are you looking for color of an Object ? If that is the case, you would get the Format of color stored.
Code to check the color of the Link in Gmail :
Thanks,
Deepak.Bhandarkar
Are you looking for color of an Object ? If that is the case, you would get the Format of color stored.
Code to check the color of the Link in Gmail :
Code:
a = Browser("Gmail: Email from Google").Page("Gmail: Email from Google").Link("Can't access your account?").Object.currentStyle.Color
msgbox a
Thanks,
Deepak.Bhandarkar