Fantastic!! I've been working with the ribbon for years. Even bought the big fat book on customizing it. That book doesn't show any of this - something I've been trying to do for a long time. Thanks for sharing this !!!
@kinga3344 жыл бұрын
Thanks for showing the image usage example and making it look so simple.
@VBAA2Z4 жыл бұрын
Glad it was helpful!
@igor-sc4ro2 жыл бұрын
Thank you very much for posting, this is amazing! A true treasure!
@VBAA2Z2 жыл бұрын
Glad you enjoyed it!
@beo8763 жыл бұрын
Great video. Thank you for sharing!
@VBAA2Z3 жыл бұрын
Thanks for watching!
@jualflowswitchhargamurah52733 жыл бұрын
Awesome ! The way for solution I've been searching....Thanks a Lot for Sharing this..
@VBAA2Z3 жыл бұрын
You are most welcome
@Kinsuang-m6y8 ай бұрын
Another amazing video. Thanks
@VBAA2Z8 ай бұрын
Glad you enjoyed it
@bnancy36994 жыл бұрын
Sir - really appreciate another useful tutorial. You should definitely add donation a link, many would want to buy you a coffee :)
@VBAA2Z4 жыл бұрын
That's a great idea!
@Rahul-sn1wn4 жыл бұрын
This is excellent sir. Thank you so much for sharing your knowledge for free.
@VBAA2Z4 жыл бұрын
Glad it was helpful!
@chrish95184 жыл бұрын
you are best mentor. Please keep it up sir.
@VBAA2Z4 жыл бұрын
So nice of you. Will do my best
@holieh53013 жыл бұрын
Excellent! Really useful video Thanks
@VBAA2Z3 жыл бұрын
You are welcome!
@brunovassallo20664 жыл бұрын
Bel lavoro sul Ribbon, specialmente sul numero 07. Complimenti per l'ottima impostazione del contenuto e per il preciso metodo di divulgazione. Ho appreso tanto. Grazie ancora. Posso avere una copia del n. o7?
@Chewangz2 жыл бұрын
Many thanks
@VBAA2Z2 жыл бұрын
So nice of you
@Chewangz2 жыл бұрын
@@VBAA2Z of course
@Jusils Жыл бұрын
Thank you for this useful video
@VBAA2Z Жыл бұрын
Glad it was helpful!
@VBAbyMBA3 ай бұрын
is this possible to Creating a Ribbon tab with a button at runtime without using the "OfficeCustomUIeditor"? I am looking for a way to add the complete xml in the VBA code on runtime. please guide
@azel22394 жыл бұрын
Very informative thanks
@VBAA2Z4 жыл бұрын
Glad it was helpful!
@devendrarawat71132 жыл бұрын
great 🙌🙌🙌🙌🙌🙌🙌🙌🙌🙌
@VBAA2Z2 жыл бұрын
thanks
@devendrarawat71132 жыл бұрын
are you alright?? it has been 11 months since u r disappeared. I hope everything is ok.
@KJOh-g6d Жыл бұрын
Thanks for the best sharing ever. I tried out the sample you showed on the dynamic menu but could not get it to work. Message "Cannot run the macro "onLoad" came out whenever I open the file. Very much appreciate your guidance sir.
@VBAA2Z11 ай бұрын
remove the onload code 1st line in XML custom code.
@debbiefairbanks9164 жыл бұрын
Great video. Is the VBA and XML code available for this video?
@VBAA2Z4 жыл бұрын
Hi Debbie, code/project download are not available. Please let me know if you're stuck / need help.
@hizinbygr2357 Жыл бұрын
Is there a way to dynamically load xml ribbon from file on runtime?
@VBAA2Z Жыл бұрын
yes, it should be part of the series.
@bounsanongvongphachanh8232 жыл бұрын
Thanks, can you make video about hiding file menu while print preview mode, i want only show print menu.
@VBAA2Z2 жыл бұрын
thanks for your suggestions
@masterhenyo79884 жыл бұрын
Hi there, how to return the selected value in the menu?
@VBAA2Z4 жыл бұрын
yes, it is demonstrated in the video
@mmbcampus3 жыл бұрын
This is very nice and elaborate video.... Can you please help to explain how can I create a MENU like Conditional formatting of Home Tab? I mean under one menu there is some large menu and small menu.
@VBAA2Z3 жыл бұрын
You can use menu or gallary with button.
@joshbarnhouse4 жыл бұрын
30:11 - how do you make the CheckBox “clicked” immediately upon startup?
@VBAA2Z4 жыл бұрын
Set up the object / class kzbin.info/www/bejne/qZOro4h8gbiUetE Run check_box_update by setting checked value to true on workbook_open event.