How show the UserForm only

  • Thread starter Thread starter ahyui
  • Start date Start date
A

ahyui

How can I open a Excel file and show the UserForm only. That means hide the
original Excel file.
thanks!!!
 
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.
 
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.
 
Back
Top