Applescript to change shadeding color

E

Everton_Duarte

Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel tell application "Microsoft Excel"
        tell active cell
                set back color to {1, 0, 0}
        end tell
end tell

what i need to do is to create shortcuts for diferent shading colors like red and green, whats the problem in this code? its not working
 
Top