In this post I will be introducing the Access Ribbon.
Featured Videos:
- 03 – The Ribbon Table
Featured Downloads
- AccessRibbon03
03 – The Ribbon Table
Code
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> <ribbon startFromScratch="true"> </ribbon> </customUI>
Related Posts
01 – Introduction to the Ribbon02 – Explanation of the Code
04 – Tabs, Groups, Buttons and ImageMSOs
05 – Callbacks
06 – Split Buttons
07 – Get Label
08 – Drop Down Menus 1
09 – Drop Down Boxes 2
10 – Splitting a Database
Hi I am doing exactly as it says but still not getting any change to the ribbon 🙁
FYI.. In the code above there is a space after the < in each line (edit: spaces have been removed by admin). If you just copy and paste it the default ribbon is still visible. I didn't notice it at first and kept thinking I was doing something wrong… Thanks for the great videos and tutorials…
Interesting. I wouldn’t have thought that the space would have made a difference but I will remove them anyway.
Thank you for the support!