I'm sure this is probably simple and I am just missing something that is right under my nose.

I have created a userform that I am starting when the workbook is opened. I am using the frmName.Show False command to open the form. I have also disabled the closing of the form when the user hits the X because I want this form to always stay open.

I have a button on the user form that calls a macro to sort the data in my spreadsheet. What I would like to happen after the button is pressed and the macro finishes is to return control to the worksheet, rather than the form.

Thanks for the help. I am sure that I am missing something simple.