Tools
PERSONAL.XLSB
PERSONAL.XLSB
Personal macro workbook as a function library
PERSONAL.XLSB loads automatically with Excel. This lets you keep custom VBA functions in one place and use them in many files without copying code into every workbook.
How to add a function to PERSONAL.XLSB
Function idea
Category:
Example
Below is a quasi Excel view in the course style. Column A contains the input data, column B shows the function result.
VBA for PERSONAL.XLSB
The VBA code is shared and kept in English. Paste it into a VBA module or download the .bas file and import it into the PERSONAL.XLSB project.
Choose a PERSONAL.XLSB example
Choose a VBA function. Names and descriptions follow the current language, while the VBA code stays shared.