I have a button, executing code on Click event. On certain conditions it needs to get a filename. I have a text box which I make visible for the filename. The question is How do I jump to the textbox, get the filename, and resume the original code. I have tried a textbox.setfocus and on textbox exit event, goto a label within the original code, but this does not work ???