Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Return values from Dropdown in ribbon

Status
Not open for further replies.

hermanlaksko

Programmer
Aug 26, 2001
934
0
16
DK
I have a ribbon created in project VBA and the ribbon as such works just fine, but I can get no return values from dropdown boxes, buttons etc. works as they should.
I have made a
Option Explicit
Public SRibbon As IRibbonUI

But when calling the ribbon via the Onload sub the ribbon fails so I inserted the "Optional" obtion
Sub OnLoad(Optional Ribbon As IRibbonUI)
Set SRibbon = Ribbon
End Sub
However this changes nothing naturally as the SRibbon is never set.

So I am back to square one, why will the SRibbon not set and why can't I get a responce value from the dropdown box?

Does anyone have an example file or an explanation?
Kind regards

Herman
Say no to macros
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top