B
Bill D.
I have a textbox (Textbox2)on my sheet whose value needs to be in a cell
(C42) on the same sheet. This works:
Range("C42") = ActiveSheet.TextBoxes("Textbox2").Text
But it requiers the macro be run to update a change. Is there a way to
have cell C42 automatically update when a new value is entered into the
textbox? Can it be in the form of a formula in C42?
I prefer NOT to use a textbox from the Control Toolbox so as not to have
the click event in the individual sheet module.
Bill
There are 10 types of people; those that understand binary and those
that don't.
Remove NOTME to reply direct
(C42) on the same sheet. This works:
Range("C42") = ActiveSheet.TextBoxes("Textbox2").Text
But it requiers the macro be run to update a change. Is there a way to
have cell C42 automatically update when a new value is entered into the
textbox? Can it be in the form of a formula in C42?
I prefer NOT to use a textbox from the Control Toolbox so as not to have
the click event in the individual sheet module.
Bill
There are 10 types of people; those that understand binary and those
that don't.
Remove NOTME to reply direct