I have set up a basic Userform with a text box that updates as a number of SQL queries are sent and returned, i.e

FIRST SQL QUERY... DONE
SECOND SQL QUERY... DONE

The problem I am having is that when the SQL query is running, the userform appears as not responding and goes white. How can I keep the userform in focus so the end user can see the progress made by the macro?