Hey guys,
I'm trying to have the caption of a TextBox within a user form change, based on cells that change with data validation.
Using the Control Source section within the TextBox properties, this seems to work if I have it controlled by a named range.
(ex, I have cell BQ14 named "Blue1").
However, now when I change the data validation, cell BQ14 no longer changes.
Before I set the Control Source, cell BQ14 changed its value based on data validation using an index/match formula combination.
Now, however, the name is set, and when I click on the Cell BQ14 there's no function, just the name.
When I try to change it back to a formula it runs the formula, and then changes the cell back to the name.
Any idea why this is changing?
Thank you in advance for any advice or insight!
I'm trying to have the caption of a TextBox within a user form change, based on cells that change with data validation.
Using the Control Source section within the TextBox properties, this seems to work if I have it controlled by a named range.
(ex, I have cell BQ14 named "Blue1").
However, now when I change the data validation, cell BQ14 no longer changes.
Before I set the Control Source, cell BQ14 changed its value based on data validation using an index/match formula combination.
Now, however, the name is set, and when I click on the Cell BQ14 there's no function, just the name.
When I try to change it back to a formula it runs the formula, and then changes the cell back to the name.
Any idea why this is changing?
Thank you in advance for any advice or insight!