In Office 2008, how may I set the theme color in conditional formatting using AppleScript?
tell format color of color scale criterion 1 of colorcellObject
set theme color to first accent theme color
end tell
This script through errors (set theme color object is not defined).