What I'm doing is having the user select a group of items, and datbases are being checked to see what tests exist for each particular item. A test will come up in a
VB form, be selected by the user, then it goes through a macro to store that data in an array. Then tests for the next construction are displayed, and so on. Sometimes, all the
VB forms will come up without me having to "reactivate" Excel, and other times, one of the other applications running will jump up in front, and the Excel button will flash on the toolbar. If data doesn't exist for the item, a message box comes up and says say (with a vbOKonly), after which the program will move onto the next item. I've found that, on occasion, I can minimize the application that pops up, and control is returned back to Excel.
As far as the 'instance' stated by vass0922, I can't do anything with that in VBA. I tried doing a search, and it didnt' know what I was talking about.
I also tried unloading the forms, but it still functions the same way.
Appreciate the help, but still stuck, though.