View Single Post
 
Old 01-06-2015, 02:47 PM
rkferguson's Avatar
rkferguson rkferguson is offline Windows 8 Office 2007
Novice
 
Join Date: Jan 2015
Posts: 5
rkferguson is on a distinguished road
Thumbs up Macro to check dropdown value and increment a counter

Gmayor's macro works beautifully. Now I am wondering why I can't change the font color on the dropdown selection based on its value.

I tried oFF.Result.font.color = vbRed, for example, but got a compile time error of "Invalid Qualifier". Presumably because the way the code is getting to the dropdown value I cannot use the "." notation to manipulate it. Is there a decent text/reference that explains (with examples) how to properly set up and manipulate the font attributes for the dropdown value?

Thanks much,

Fergie
Reply With Quote