Browsing Category

Guides

Do things you didn’t know were possible. Do regular things better, quicker.

Excel – Force Uppercase Text in a Column

Forcing uppercase text in a column is sometimes useful if multiple users work on the same file and you want to make this condition by default. Either show an error when they don't insert UPPERCASE text, either make the text UPPERCASE regardless of how they enter it.

Excel – Create a PERSONAL.XLSB File to Store Macros

If you are using Excel VBA you might know this already. Storing macros that work in any Excel file can be done in 2 ways:Creating a macro enabled binary file (PERSONAL.XLSB) that loads when you open any Excel file. Normally Excel doesn't create that file. Creating an Excel add-in (.XLAM, .XLA for older Excel). This is good…