View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Menu attached to a form?

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