OPening Excel

  • Thread starter Thread starter Edwin Merced
  • Start date Start date
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??
 
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
==================================================
 
Back
Top