VBA 94 Visual Basic for Application (or macros) in most applications. Code here can also be used in VBA-Excel

Card image cap
Between_2Chars

Returns if a char was found between two defined characters. Like find if Loss ...

Card image cap
SearchinHTMLTable

Search for a word in a certain column in html table and return the full row ...

Card image cap
ReplaceStrings

Replace strings found in list of strings from inside a string, does taht make ...

Card image cap
ContainerHTMLTag_Index

Returns location of the tag that enclosing the location provided inside HTML ...

Card image cap
ContainerHTMLTag

Returns HTML tag of the container of certain location inside HTML block. ...

Card image cap
OpenAnyFile

Finally, can have one command to open any file using its default associated app ...

Card image cap
InStr and InStrRev

How to use InStr and InStrRev VB functions It is silly, I know, but I keep ...

Card image cap
CleanArray

Cleans array of unwanted items This usually needed after you merge two arrays, ...

Card image cap
JSON-VBA

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

JSON-VBA.zip

Card image cap
DelFiles

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

Card image cap
NameNum

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

Card image cap
IntlIsAlphaCharacter

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