View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] glen.e.mettler@lmco.com is offline
external usenet poster
 
Posts: 16
Default Can't see opened workbook

I have a workbook that shows a spash screen with 4 command buttons when
it opens.
Each button has a macro that opens a separate workbook. The problem is
that when I click the command button, the selected workbook does not
show. If I go to the folder and try to open it, I get the message that
it is already open - but I can't see it. The splash screen is the only
thing visible.

The command button click = Workbooks.Open myfile

What am I doing wrong?

Glen