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.
 

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

Back
Top