Always find my self needing to know those quickly to continue working, so ...
Checks if a file is found from a URL, finds a file in a remote server
Deletes a sheet from a workbook, checks it is already there first
Finds a file within open documents of current instance
Finds if a workbook is open or not in same Excel session
Creates full tree if not found
Finds specific VBA object in VBE project User need to setup to trust VBA ...
Converts all Ƽ found in a string into their actual chars
Removes all chars found in Chars_to_remove from String1
Gets first file found matches a wildcards mask, using Dir()
Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...
Finds a name in a workbook, returns true or false
Finds a sheet in a workbook, if no workbook name passed, it will use ...
Returns 1 if an item found in array, 0 if not
Cuts a string from a string FROM RIGHT starting from specific character and ...
Replaces all chars found in Chars_to_remove from String1 with Char_to_put One ...
50 chars max.