I am trying to set up an Excel file that adjusts the scale of a chart when you change numbers in a textbox. I currently have this code:
The problem is when I start typing it immediately changes the scale, for example if I want to enter "30" it changes as soon as I enter the 3. My question is this: how can I set it so that it does not effect the change until I hit Enter after entering a 2 or 3 digit number?
Thanks.