Kath Pelletti
kp at sdsonline.net
Sun Dec 9 20:49:59 CST 2007
Wondering whether anyone can help me with an error I am hitting when trying to create my first custom ribbon for an Access 2007 app. (Has anyone else on the list actually done this successfully???) (I am following instructions found here: http://www.databasedev.co.uk/access2007ribbon.html ) I have followed the instructions to the letter and have re-checked my syntax but when my app is closed and reopens after creating the ribbon, I get this error: -------------------------------------------------------------------------------- Error found in Custom UI XML of "D:\SDS\Clients\LM Traffic Signals\LM_FE.accdb": Line 12 Column: 11 Error Code 0x80004005 The node is neither valid nor invalid because no DTD/Schema declaration was found. -------------------------------------------------------------------------------- Here is my XML: <customUI xmins="http://schemas.microsoft.com/office/2006/01/customui"> <ribbon startFromScratch ="false"> <tabs> <tab idMso = "TabCreate" visible ="false" /> <tab id = "dbCustomtab" label ="A Custom Tab" visible ="true"> <group id = "dbCustomGroup" label ="A Custom Group"> <control idMso = "Paste" label ="Built-in Paste" enabled ="true"/> </group> </tab> </tabs> </ribbon> </customUI> -------------------------------------------------------------------------------- Does anyone know what the error is referring to? tia Kath ______________________________________ Kath Pelletti Software Design and Solutions Pty Ltd