L
Lenny
In a protected Word 2003 form template I need to set up the following
conditional formatting of two rows of cells.
Row 1 Number entered into cell A12 (4)
Row 2 Number entered into cell A13 (7)
Result: if the number entered into A13 is => A12 then cell A13 fills with
Green
if the number entered into A13 is =< A12 then cell A13 fills with
Red
I have to replicate this in each of 20 columns. Would the macro run as an
exit macro for each cell in each column? Do I need a separate macro for each
column cell?
This is easy to set up in Excel, but can it be set up in Word with form
fields. Will the protection impede the code running?
Assistance with the concept and coding would be greatly appreciated.
conditional formatting of two rows of cells.
Row 1 Number entered into cell A12 (4)
Row 2 Number entered into cell A13 (7)
Result: if the number entered into A13 is => A12 then cell A13 fills with
Green
if the number entered into A13 is =< A12 then cell A13 fills with
Red
I have to replicate this in each of 20 columns. Would the macro run as an
exit macro for each cell in each column? Do I need a separate macro for each
column cell?
This is easy to set up in Excel, but can it be set up in Word with form
fields. Will the protection impede the code running?
Assistance with the concept and coding would be greatly appreciated.