How show the UserForm only

A

ahyui

How can I open a Excel file and show the UserForm only. That means hide the
original Excel file.
thanks!!!
 
R

Rob van Gelder

You could save the workbook as an addin to hide the workbook.
If you're looking at hiding excel, you could experiment with
Application.Visible = False.
 
A

ahyui

Thank you very much


Rob van Gelder said:
You could save the workbook as an addin to hide the workbook.
If you're looking at hiding excel, you could experiment with
Application.Visible = False.
 
Top