Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am developing a custom dialog box/userform through the Excel 2003 VBE. I
would like to create a custom toolbar menu for this userform, but I can't find any controls that allow me to "build" a toolbar in the VBE. Is there a way to do this with the VBE, or must it be coded using VBA? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Userforms don't support menus like VB 6.0 forms. At least there is no built
in support for it - no controls. -- Regards, Tom Ogilvy "mikeg710" wrote: I am developing a custom dialog box/userform through the Excel 2003 VBE. I would like to create a custom toolbar menu for this userform, but I can't find any controls that allow me to "build" a toolbar in the VBE. Is there a way to do this with the VBE, or must it be coded using VBA? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you.
"Tom Ogilvy" wrote: Userforms don't support menus like VB 6.0 forms. At least there is no built in support for it - no controls. -- Regards, Tom Ogilvy "mikeg710" wrote: I am developing a custom dialog box/userform through the Excel 2003 VBE. I would like to create a custom toolbar menu for this userform, but I can't find any controls that allow me to "build" a toolbar in the VBE. Is there a way to do this with the VBE, or must it be coded using VBA? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could try the TabStrip. You might need to add 'MS Forms 2.0 TabStrip' to
your Control-toolbox. If you set Appearance-0 and Style-0 (in the Custom properties), add some buttons and it'll look pretty much like a menu bar. Regards, Peter T "mikeg710" wrote in message ... I am developing a custom dialog box/userform through the Excel 2003 VBE. I would like to create a custom toolbar menu for this userform, but I can't find any controls that allow me to "build" a toolbar in the VBE. Is there a way to do this with the VBE, or must it be coded using VBA? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Floatable Toolbar Popup Menu | Excel Programming | |||
Lock a custom Userform in toolbar | Excel Programming | |||
Add standard excel button to custom toolbar menu | Excel Programming | |||
VBA - Disappearing custom menu and custom toolbar | Excel Programming | |||
Adding a check mark to the custom made toolbar/menu continue...... | Excel Programming |