artsandcraftshome
Technical User
I need some help on an Operator Interface in Excel. I want to say to the operator, "The value for Variable A is XX; Please enter the value for Variable B".
Variable A is retrieved from a cell reference, and Variable B will be then stored in another cell reference to be used in a calculation. I have tried this in a form using text boxes and a MsgBox but can't get anywhere. I tried selecting the appropriate cell (variable A)and asking VBA to display ActiveCell.Value in the first text box to no avail.
thanks
John
Variable A is retrieved from a cell reference, and Variable B will be then stored in another cell reference to be used in a calculation. I have tried this in a form using text boxes and a MsgBox but can't get anywhere. I tried selecting the appropriate cell (variable A)and asking VBA to display ActiveCell.Value in the first text box to no avail.
thanks
John