Is creating buttons in an excel spreadsheet to be able to call out userforms in vba/excel consider customs buttons? or rather how do I create buttons on spreadsheet? cuz I only know how to create forms and buttons in visual basic editor...thanks
Printable View
Is creating buttons in an excel spreadsheet to be able to call out userforms in vba/excel consider customs buttons? or rather how do I create buttons on spreadsheet? cuz I only know how to create forms and buttons in visual basic editor...thanks
Right click on button bar to get Forms or Controls toolbox.
If you are going to use a lot of controls on a worksheet I suggest you use the ones from the Forms toolbox. They do not have many properties, but the Controls ones have lots of bugs and can eventually corrupt the workbook altogether.