Search results 337

Sorted from new to old.
Card image
URLDecode

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

Card image
ReadHTMLTag

Reads string between open and close HTML tag (between < ... > and < / ... >), ...

Card image
JSON-VBA

2 modules to read output of json API (or file) into parsed array of objects. ...

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

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
MovingCaption

CSS-based animation for textbox caption, along with bootstrap 4. From

Card image
Remove_Between2Quotes

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

Card image
Carousel 33

Simple jQuery Bootstrap 4 carousel

Card image
Excel sheet textbox

Found a strange behavior for Excel sheet textboxes. Textbox in Excel sheet, ...

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
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...