On one primary workbook I have some checkboxes to select which extraneous workbooks to open. You select the boxes and press a button. On the button press, each selected workbook is opened in it's own instance of Excel. Sometimes, depending on factors that I've been unable to identify, these workbooks open behind the primary workbook and it is difficult to realize the button worked. There's probably just one line of code that I need to do this, but I've been unable to find it.

Here's the section of code that runs for each workbook when the button is pressed:

Please Login or Register  to view this content.
(FYI: I use the check box to change the value of "C3" to either true or false. Name 1 comes from a cell in the primary workbook.)

Thanks,
Kyle