mkrausnick
Programmer
I want to shade alternate rows of a specific range in an Excel spreadsheet that I populate through VFP automation.
In Excel directly I would highlight the range, choose Conditional Formatting from the Format menu, then choose 'Formula is' and enter =MOD(R0W(),2)=0 in the formula field.
How can I do this via automation?
Thanks!
Mike Krausnick
Dublin, California
In Excel directly I would highlight the range, choose Conditional Formatting from the Format menu, then choose 'Formula is' and enter =MOD(R0W(),2)=0 in the formula field.
How can I do this via automation?
Thanks!
Mike Krausnick
Dublin, California