Update Conditional formating

pekajo

Registered User.
Local time
Tomorrow, 08:36
Joined
Jul 25, 2011
Messages
136
Hi,
Is there a vba way of changing the conditional formatting expression.
I want to change [MonC] = 1,2,3 .. on each of the conditions to [TueC] = 1,2,3 ..

Thanks for any help
Peter

1647242110312.png
 
Is there a vba way of changing the conditional formatting expression.
Yes, the ComboBox and TextBox controls have got a FormatConditions collection that contains all that data including the Expressions.
 
If the controls are all on the same form, you can select them all and change the properties as a group.
 

Users who are viewing this thread

Back
Top Bottom