VBA Characters Method Bugs: Comments vs TextBoxes

Vagaries of the Characters() Method In Excel 2010, version 14, the Characters method of Shapes did not, and in newer versions may still not, build and return a character object containing expected property values. The good news: No deficiencies were identified when working with cell contents. With Comments Two issues were observed when argument parameters… Continue reading VBA Characters Method Bugs: Comments vs TextBoxes

Published
Categorized as VBA Hacks

Customizing Excel Ribbon

Quick Start to adding a ribbon group and buttons, and underlying code to become an excel 2010 add-in. Create an empty folder. EXCELaddins to hold your working files. Within this folder create 2 subfolders named customUI and _rels. Open a new blank workbook. Open the Visual Basic Editor (VBE), try Alt + F11. Create your… Continue reading Customizing Excel Ribbon

Published
Categorized as VBA Hacks