G
Guest
Hi,
I use a lot of shortcut menus in my database. I create these
programmatically using CommandBars.
I would like to create a submenu that pops up but that also has a graphic
beside it. To my understanding, MS provides the Type:=msoControlButtonPopup
for just that.
Problem is, when I do ...Controls.Add(Type:=msoControlButtonPopup) I get an
error message. Everywhere I have read says this is the proper syntax, yet I
have not seen even one example where someone is actually using it.
I know it's possible as I've seen this type of pop-up in built-in shortcuts
with Access.
This has been a VERY frustrating search. I mean, why would MS add
functionality to their product and NEVER EXPLAIN HOW TO USE IT? I mean I've
been to MSDN, I've been to the KB, I've been here. I've been over the whole
web. It simply says I can use it but never once shows HOW?
Maddening. Oh well, if anyone know PLEASE HELP!
M
I use a lot of shortcut menus in my database. I create these
programmatically using CommandBars.
I would like to create a submenu that pops up but that also has a graphic
beside it. To my understanding, MS provides the Type:=msoControlButtonPopup
for just that.
Problem is, when I do ...Controls.Add(Type:=msoControlButtonPopup) I get an
error message. Everywhere I have read says this is the proper syntax, yet I
have not seen even one example where someone is actually using it.
I know it's possible as I've seen this type of pop-up in built-in shortcuts
with Access.
This has been a VERY frustrating search. I mean, why would MS add
functionality to their product and NEVER EXPLAIN HOW TO USE IT? I mean I've
been to MSDN, I've been to the KB, I've been here. I've been over the whole
web. It simply says I can use it but never once shows HOW?
Maddening. Oh well, if anyone know PLEASE HELP!
M