coolcatkelso
Registered User.
- Local time
- Today, 03:21
- Joined
- Jan 5, 2009
- Messages
- 279
Hiya
I downloaded the wizard for Custom Ribbons - http://www.ribboncustomizer.clatonh.com/
Follwed the instructions and if I use Access built in commands, things work fine, but I'm trying to use it with macro
Basic stuff like Openform
Heres the code from the USysRibbon
Error message is 0x80004005
Line: 8
Colum : 95
Value cannot be empty
The attribute "ID" with value " failed to Parse
I know there should be something on this line -
<button id="" label="TEST" imageMso = "BlogHomePage" size ="large" onAction"/>
But I don't know what?
________
Ship sale
I downloaded the wizard for Custom Ribbons - http://www.ribboncustomizer.clatonh.com/
Follwed the instructions and if I use Access built in commands, things work fine, but I'm trying to use it with macro
Basic stuff like Openform
Heres the code from the USysRibbon
Code:
<customUI xmlns="[URL]http://schemas.microsoft.com/office/2006/01/customui[/URL]">
<ribbon startFromScratch="true">
<tabs> <tab idMso="TabHomeAccess" visible="false"/>
<tab id="dbCustomTab" label="Customers" visible="true">
<group id="New" label="New">
<button id="" label="TEST" imageMso = "BlogHomePage" size ="large" onAction"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Error message is 0x80004005
Line: 8
Colum : 95
Value cannot be empty
The attribute "ID" with value " failed to Parse
I know there should be something on this line -
<button id="" label="TEST" imageMso = "BlogHomePage" size ="large" onAction"/>
But I don't know what?
________
Ship sale
Last edited: