├── CodingIsFun.xlsm ├── README.md ├── ai.png ├── mChatGPT.bas └── mIfError.bas /CodingIsFun.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/excel-add-in-tutorial-template/b4b350fa0504273f18c54e0bab4da0382d1a0a55/CodingIsFun.xlsm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # How to Create a Custom Excel Add-in (Step-by-Step Guide) 2 | Are you tired of performing repetitive tasks in Microsoft Excel? Do you want to add new functionality to Excel and make it even more powerful? Then this tutorial is for you! In this step-by-step guide, you'll learn how to create a custom add-in for Excel using built-in tools. Whether you're a beginner or an experienced Excel user, this tutorial is easy to follow and packed with helpful tips and tricks. 3 | 4 | ## What You'll Learn 5 | 6 | - How to create a new add-in in Excel 7 | - How to add custom macros to your add-in 8 | - How to customize the ribbon and toolbar for easy access to your add-in 9 | - How to package and distribute your add-in to others 10 | 11 | By the end of this tutorial, you'll have a custom Excel add-in that can help boost your productivity and make your work in Excel more efficient. 12 | 13 | 14 | ## Video Tutorial 15 | [![YouTube Video](https://img.youtube.com/vi/avdVI14AxzM/0.jpg)](https://youtu.be/avdVI14AxzM) 16 | 17 | ## Reference 18 | The following website will be used as a reference in this tutorial:
19 | https://bettersolutions.com/vba/ribbon/custom-ui-editor.htm 20 | 21 | ## List of imageMSO values and associated pictures 22 | https://bert-toolkit.com/imagemso-list.html 23 | 24 | ## XML Code for the UI 25 | ```xml 26 | 27 | 28 | 29 | 30 | 31 |