I know how to loop if the user doesn't enter anything begore pressing OK on the InputBox ...
And I know how to Exit Sub if the user presses Cancel ...
But I want to combine the two ie if at any point in the loop the user decides they want to cancel (eg they can't find the value they need) then Exit Sub is invoked ...
Getting in a bit of a mess because both involve = FALSE!
Thanks ...
And I know how to Exit Sub if the user presses Cancel ...
But I want to combine the two ie if at any point in the loop the user decides they want to cancel (eg they can't find the value they need) then Exit Sub is invoked ...
Getting in a bit of a mess because both involve = FALSE!
Thanks ...