always on top

  • Thread starter Thread starter PBcorn
  • Start date Start date
P

PBcorn

I have a macro which opens and merges various workbooks from a button on
another workbook. I want to keep the workbook with the button displayed at
all times while the macro runs, and not display the merging workbooks. Ideas
please.
 
Perhaps, setting "Application.ScreenUpdating" to False before opening
the other workbooks.
Also, setting "Application.ShowWindowsInTaskbar" to False will prevent
the workbook buttons from appearing in the taskbar at the bottom of the window.
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"PBcorn" <[email protected]>
wrote in message
I have a macro which opens and merges various workbooks from a button on
another workbook. I want to keep the workbook with the button displayed at
all times while the macro runs, and not display the merging workbooks. Ideas
please.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top