View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default 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