Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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?? -- tomro1 ------------------------------------------------------------------------ tomro1's Profile: http://www.excelforum.com/member.php...o&userid=35081 View this thread: http://www.excelforum.com/showthread...hreadid=552181 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. "tomro1" wrote: 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?? -- tomro1 ------------------------------------------------------------------------ tomro1's Profile: http://www.excelforum.com/member.php...o&userid=35081 View this thread: http://www.excelforum.com/showthread...hreadid=552181 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Userforms | Excel Discussion (Misc queries) | |||
userforms broblem | Excel Worksheet Functions | |||
Userforms & Pocket PC | Excel Discussion (Misc queries) | |||
Creating UserForms | New Users to Excel | |||
Open Userforms from a Dropdown list | Excel Discussion (Misc queries) |