Search results 567

Sorted from new to old.
Card image
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image
Sorting Strings

This is not a function as much as a note. I needed to force a line to show at ...

Card image
Functions.dll

Old DLL housing list of functions to be used and called by any application, ...

Card image
CreateList_Matching

Creates list of items found in rows, where these rows match a value in another ...

Card image
Column2AnString_Unique

Creates list of unique items found in a column, returns string with items ...

Card image
FolderSize_Swift

Gets total of folder size in bytes. With some tweaks, you can modify it to use ...

Card image
DelFiles

A very simple to delete a directory and the entire files and folders in its ...

Card image
IsThere1_SPWB

Checks if a workbook is found in a SharePoint location or not, giving a full ...

Card image
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image
NameNum

Finding the number of a name, used in a numerology program. Finds the number ...

Card image
DB_Connect

VBA-Excel function to connect to SQL Database server, in addition to ...

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
ShortenDir

Shorten a long Dir by adding ... in the middle to make it fit in small boxes ...

Card image
Capitalize in JS

Convert text to all capital letters

Card image
Evaluate

Execute any command in Excel VBE, using Application.Evaluate to execute almost ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...