how to see only youre userforms??

  • Thread starter Thread starter tomro1
  • Start date Start date
T

tomro1

i have made a program in excel and its all made in userforms, only the
data is in the worksheets

now, if you start up excel, you can only work in the userforms, but you
see excel on the back.

does it exist to make excel kind of invisible that you only see youre
userforms and excel itself is sort of minimalized?

if so, how??
 
You might want to contemplate doing this by turning your Excel workbook into
an Excel add-in (just save your .xls file as an .xla file). You'll need to
build some way to interact with your add-in and building a custom toolbar for
your workbook would be the ticket (so clicking a menu choice would bring up
one of your user forms).

If you need to modify your data at any time in the future, change the
IsAddIn property of the workbook from True to False which will allow you to
see your workbook in Excel.
 

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