Combobox in Menu Bar Event code
- From: "kaak" <lamkamp@xxxxxxxxx>
- Date: 14 Jun 2006 00:19:38 -0700
L.S.
I Wrote this code:
Sub AddMenuItem()
Dim oMainMenuBar As Object
Dim objCommandBarComboBox As Office.CommandBarComboBox
Set oMainMenuBar = CommandBars.Item("Menu Bar")
Set objCommandBarComboBox =
oMainMenuBar.Controls.Add(msoControlEdit)
End Sub
Now I need some code that runs when the user changes the text in the
combobox and the length = 6 characters.
Can someone help me
.
- Follow-Ups:
- Re: Combobox in Menu Bar Event code
- From: Jean-Guy Marcil
- Re: Combobox in Menu Bar Event code
- Prev by Date: VBA tools for code analysis?
- Next by Date: Re: VBA tools for code analysis?
- Previous by thread: VBA tools for code analysis?
- Next by thread: Re: Combobox in Menu Bar Event code
- Index(es):