G
Gary Burton
I am using Excel 2002. I have an extensive VBA application that has been working for years in several Windows systems. I am now getting an error, that I can't explain. It occurs under both WinXP (my desktop) and WinME (my laptop) in the same application. It may also occur under other O/S's, but those are the only ones I am using right now. Since it occurs on 2 different computers with 2 different O/S's and 2 different Excel installations, it must be a problem with the application itself.
When I run a line in my code such as:
Range("ServoForcerWeight").Font.ColorIndex = 1, or any of many such statements that use the ColorIndex property (and used to work), I get the following
Runtime Error 1004: "Unable to set the ColorIndex property of the Font Class."
I have no idea how I broke my system. The help file isn't much help, and I couldn't find an answer on the MSKB -- or through Google. I think I need an expert.
Please help.
When I run a line in my code such as:
Range("ServoForcerWeight").Font.ColorIndex = 1, or any of many such statements that use the ColorIndex property (and used to work), I get the following
Runtime Error 1004: "Unable to set the ColorIndex property of the Font Class."
I have no idea how I broke my system. The help file isn't much help, and I couldn't find an answer on the MSKB -- or through Google. I think I need an expert.
Please help.