I hope this is not too much of a simplistic question!
From a USER FORM I trigger an InputBox to select a range.
Question is: HOW do I return the InputBox value/result back to a TEXTBOX on the UserForm.
So far!! I’ve got to returning the InputBox value/result to a cell on the sheet, so when the UserForm is “Initialised” a text box on the UserForm that displays the value of that given cell.
BUT I want to try and find a way to short circuit that, so that I can get the InputBox value/result (that is returned) directly into a text box on the ACTIVE UserForm.
The InputBox routine is in the main code of the UserForm (so called from a cmd button on the UserForm)
So in my overly simplistic logic; I should be able to return the InputBox value directly back to the ACTIVE UserForm text box!!!!!!
I’m NOT about asking for a solution code, rather the method to return InPutBox to text box on the UserForm, otherwise before you know it I’ll be back asking for further assistance to modify things!!!
The learning curve is the key aspect; BUT when you forget 50% of what you MIGHT have learnt; it make life difficult!!!
From a USER FORM I trigger an InputBox to select a range.
Question is: HOW do I return the InputBox value/result back to a TEXTBOX on the UserForm.
So far!! I’ve got to returning the InputBox value/result to a cell on the sheet, so when the UserForm is “Initialised” a text box on the UserForm that displays the value of that given cell.
BUT I want to try and find a way to short circuit that, so that I can get the InputBox value/result (that is returned) directly into a text box on the ACTIVE UserForm.
The InputBox routine is in the main code of the UserForm (so called from a cmd button on the UserForm)
So in my overly simplistic logic; I should be able to return the InputBox value directly back to the ACTIVE UserForm text box!!!!!!
I’m NOT about asking for a solution code, rather the method to return InPutBox to text box on the UserForm, otherwise before you know it I’ll be back asking for further assistance to modify things!!!
The learning curve is the key aspect; BUT when you forget 50% of what you MIGHT have learnt; it make life difficult!!!