User Profile

Collapse

Profile Sidebar

Collapse
soodjunk
soodjunk
Last Activity: Mar 1 '10, 09:28 AM
Joined: Feb 28 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • soodjunk
    replied to Exit Sub Not Working
    Thank you for your response i appreciate the help you're trying to give me. I rearranged my code as per your suggestion but I'm running into the same problem.

    My code is setup so that if the user wants to retry I am calling my function again and starting from the beginning. So I keep on looping if the user makes a mistake and wants to re-enter information.

    If the user wants to exit after making a mistake the FIRST...
    See more | Go to post

    Leave a comment:


  • soodjunk
    started a topic Exit Sub Not Working

    Exit Sub Not Working

    I have a problem, the Exit Sub command is not working for some reason. If the user says NO to the MsgBox I want to stop the code, but the program just continues to execute.

    I have use breakpoints and traced the code and found that the Exit Sub command is only working 50% of the time.


    tempNumber = MsgBox("Try Again?", 292)
    'If the user wants to try again
    If tempNumber = 6...
    See more | Go to post
No activity results to display
Show More
Working...