Search results 195

Sorted from new to old.
Card image
ExitTool and DoNothing

My way of Exiting tool in case or error, also another sub that basically does ...

Card image
ANStrSort2

Sort list of strings in ascending or descending order using pure VBA, no ...

Card image
ListBox_Excel_Sort

Sort items in Fm20 Listbox using Excel spreadsheet Sort function. Can decide ...

Card image
Numeric Input Spinner

A nice Bootstrap 4 numeric spinner used on Input box Originally from

Card image
URLDecode

Decodes a URL encoded string back into the original text. Similar to ...

Card image
Multi-Level BS4 menu

Another Multi-level menu, this one in Bootstrap 4 and is activated by clicks ...

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
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
Delete_Unwanted_Rows

Delete rows in a different way I used to delete rows by looping through those ...

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
Most recent in Oracle DB

List the most recently added rows based on a date column.

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...