Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm converting a rather complex Excel-workbook into an Excel-application and I'm hiding the main-window and only displaying forms with different views of data from the underlying document. I would like my "main form" to appear as an application window with a main-menu attached to it. How do I accomplish this? Thanks in advance! StefanW |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can't attach a menu to a VBA form, unlike VB.
-- HTH RP "StefanW" wrote in message ... Hi, I'm converting a rather complex Excel-workbook into an Excel-application and I'm hiding the main-window and only displaying forms with different views of data from the underlying document. I would like my "main form" to appear as an application window with a main-menu attached to it. How do I accomplish this? Thanks in advance! StefanW |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Bob!
Now I can stop browsing the help-files! Best regards, StefanW "Bob Phillips" wrote: You can't attach a menu to a VBA form, unlike VB. -- HTH RP "StefanW" wrote in message ... Hi, I'm converting a rather complex Excel-workbook into an Excel-application and I'm hiding the main-window and only displaying forms with different views of data from the underlying document. I would like my "main form" to appear as an application window with a main-menu attached to it. How do I accomplish this? Thanks in advance! StefanW |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Stefan,
Could be that this example can be useful for you: http://www.excelabo.net/moteurs/comp...usdansuserform Regards, MP "StefanW" a écrit dans le message de ... Hi, I'm converting a rather complex Excel-workbook into an Excel-application and I'm hiding the main-window and only displaying forms with different views of data from the underlying document. I would like my "main form" to appear as an application window with a main-menu attached to it. How do I accomplish this? Thanks in advance! StefanW |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro attached to command button - VBA form | Excel Discussion (Misc queries) | |||
Excel Form attached to a Word Document Letter | Excel Discussion (Misc queries) | |||
Add Menu to a VBA Form | Excel Programming | |||
Opening a Form from send menu? | Excel Programming | |||
Right click menu in my form | Excel Programming |