OPening Excel

E

Edwin Merced

I have a worksheet that serves as an access dialogue box (with login
required). But I need to open Excel without the toolbars and without the
sheet tabs. I also need it to open in that specific dialogue box. How is
this done??
 
B

BrianB

Have a macro 'Private Sub Workbook_Open()' to hide the toolbars etc.
when opening the workbook containing the form. There is lots of
information on how to do this online.


Regards
BrianB
==================================================
 

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

Top