vba-functions
There are 12 repositories under vba-functions topic.
nathanhere/Excel-VBA-Data-Functions
Excel VBA Functions Package for Business Data Analysts. VBA has a reputation among some for being a "step child" programming language, however it enables practitioners to deliver real value to their local business units quickly.
mhliu0419/PensionBenefit_Calculator
This project uses data sets of retirees, tvs and active employees to calculate their pension benefit.
Cesar-Urteaga/1907_EXCEL
Project with some Excel's files that are useful for any endeavor.
vzhomeexperiments/set_goals
Goal settings template in Excel
JPKW/VBA
VBA functions for regular use
Louis-Aime/Milesian-calendar-VBA
Excel VBA functions for Milesian calendar computations
opi1101/VBA-extensions
Common utility functions to extend VBA language and to speed up developement.
jimmelanson/excel_vba_funcReduceSpaces
A quick function to correct extraneous spaces from sloppy typers.
Sterh20/google-apps-script-function-in-excel
A proof of concept of using Google Apps Script app as a cloud user defined function (UDF) for Excel
jimmelanson/excel_vba_funcHasAlphaNumeric
A better way to test a cell for content, as it ignores a cell with only a spacebar (blank space) keystroke.
jimmelanson/excel_vba_funcWorksheetExists
Excel vba procedure to see if a worksheet exists without going through the native procedure.