Microsoft Access VBA Macro Programming

(Tina Sui) #1

More on the Ribbon


Using the custom UI Editor, try adding the following code to the Ribbon XML that you
constructed earlier. This should be added in after and before :


<group id="Group1" label="My Control">
<checkBox id="Checkbox 1 "
label="Checkbox sample"
onAction="MyCheckbox"
/>

Your example file in the Custom UI Editor should now look like this:




insertAfterMso="TabHomeAccess">



Free download pdf