Edward,
Whilst you can have multiple workbooks open in the same instance of Excel,
only one of them can be active at a time.
Also only one thread of code can execute at a time.
Depending what you are trying to achieve, you hide/show userforms in
another's Activate/Deactivate event or in the same events for the
worksheets.
Obviously, if you are showing a userform vbModal (the default value), you
cannot interact with other objects until you have hidden or unloaded that
form.
NickHK
"Edward" <Edward@discussions.microsoft.com> wrote in message
news:0D238EB8-B64A-464B-B263-514321C98857@microsoft.com...
> I need to run two Excel applications. Each has a different name and
different
> content. The problem is that when I open a Userform in one, and I click to
> select the second application, the Userform of the first application
> continues to show. While the Userform in one continues to be active, I
cannot
> work or open the Userforms of the other.
>
> Has anyone ever experience this issue? How do I bypass it?
>
> Note: this does not seem to have anything to do with wether the Userform
is
> Modal or Modaless
Bookmarks