Input box doesn't close if input is false
Remove the quotes around False
Since you're exiting the sub if the user cancels, there's no need for
the Until sh = ... after Do, either.
In article . com,
Tsunami3169 wrote:
If sh = "False" Then Exit Sub 'User Cancelled
|