Search results 286

Sorted from new to old.
Card image
ReadHTMLTag

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

Card image
SortedFiles

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

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
DelFiles

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

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

Read and write json data in and from Classic ASP From

Card image
ProtectString + UnProtectString

Protects or unprotects a string giving a password Using XorD and similar to ...

Card image
XorD

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

Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...