Checks to see if a number is a primary number. Prime numbers are commonly found ...
Remove HTML tags from a string, note, this won't handle html encoding.
Finds if a workbook is open or not in same Excel session
A User-Friendly way to ask user to enable macros. Showing an only sheet to let ...
Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...
Returns true if VBA is accessible through code, returns false if not
Compares between two files in binary mode and returns true if they are ...
Gets first file found matches a wildcards mask, using Dir()
Returns a Boolean value that indicates if the parameter is a folder.
Opens Workbook without running AutoMacros and without letting the user know ...
Gets the column name from a cell address. Returns "E" from "E45", or "BR" from ...
Finds a name in a workbook, returns true or false
Finds a sheet in a workbook, if no workbook name passed, it will use ...
Finds out if a file exists, can pass either mapped file path, or unmapped
50 chars max.