Hide All Excel Toolbars, Menubars etc when UserForm Loads

S

Shazi

Dear All,

I am making VBA application for store inventory, I made 7 UserForms,
for Data Entry and to view information from the worksheets.

When my any UserForm is loads, the specific worksheet related to
userform is also visible behind the userform.

I want to In-Visible every thing behind the UserForm, I mean I want to
see only UserForm nothing else. how it possible.

Pls send me your suggessions.

Regards.


Syed Shahzad Zafar
 
J

Jim Rech

Use the Application.Visible property.

--
Jim
|
| Dear All,
|
| I am making VBA application for store inventory, I made 7 UserForms,
| for Data Entry and to view information from the worksheets.
|
| When my any UserForm is loads, the specific worksheet related to
| userform is also visible behind the userform.
|
| I want to In-Visible every thing behind the UserForm, I mean I want to
| see only UserForm nothing else. how it possible.
|
| Pls send me your suggessions.
|
| Regards.
|
|
| Syed Shahzad Zafar
|
 

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