Utility functions for Excel/VBA.
FunDates: Functions for parsing dates.
FunLogic: Boolean functions for common scenarios.
FunLookup: Simplified variations of *LOOKUP()/*MATCH() functions.
FunText: Functions for parsing text.
-
Save this repo to a desired directory.
-
In Developer Mode, import the individual
Fun*.basfiles under the src folder as modules. -
(Optional) Import
RegXLops.basas a module and run its subroutine to have tooltips for the imported functions.
