VBA 126

Visual Basic for Application (or macros) in most applications. Code here can also be used in VBA-Excel
Sorted from new to old.
Card image
ContainerHTMLTag

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

Card image
OpenAnyFile

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

Card image
InStr and InStrRev

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

Card image
CleanArray

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

Card image
JSON-VBA

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

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
Is64Bit

Determine if system is 64 bit or not. Related to

Card image
WebBrowser control issue

Issue and fix in webbrowser control

Card image
ShrinkText

Shrinks a text into smaller text controlling where is the majority will be ...

Card image
MinOfArray

Gets the id of an item with minimum in an array of numbers, with option

Card image
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...

Card image
FilesKill

Delete Multiple Files (with WildCards) To delete multiple files from a ...

Card image
ImageOpen_IfranView

Opens an image using Irfanview (i_view32.exe attached which also inscludes a ...

Card image
Screenshot_IrfanView

Saves a screenshot of the entire screen into a file using IrfanView (i_view32. ...