OK so I am stretching the "Messagebox is a form innit???" thing to get this post into the forms forum :)
does anyone know how to get a messagebox to show chinese?
I've been trying a few methods but I am getting an awful lot of "????:??.??"s
I have reverted to pulling strings from tables into...
Re: How can I make the "<tab id="xx" getLabel" attribute accept parameter in RibbonUI
Is this what you mean?..
Public gobjRibbon As IRibbonUI
Public Sub OnRibbonLoad(ribbon As IRibbonUI)
Set gobjRibbon = ribbon
End Sub
I already have it in my code.
The problem is where the DLOOKUP...
How can I make the "<tab id="xx" getLabel" attribute accept parameter in RibbonUI?
Hi everyone,
I am automating the ribbon to accept several languages which get fed from a strings table and feed the result through the getLabel attribute
In the XML in USysRibbons:
<tab...