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*.bas
files under the src folder as modules. -
(Optional) Import
RegXLops.bas
as a module and run its subroutine to have tooltips for the imported functions.