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

Card image cap
ChrW

Insert special characters inside Cell, using ChrW

Card image cap
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image cap
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image cap
Ask4Folder

Asks user for a folder, starting with certain folder

Card image cap
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...

Card image cap
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image cap
MP3GetInfo

Returning information on an MP3 file. Returns a type containing information ...

Card image cap
CutString1

Cuts a string from a string starting from a specific character index and until ...

Card image cap
RGB2HTML + HTML2RGB

Converts RGB color to / from HTML format As bonus, functions RGB_ExtractColor ...

Card image cap
CreateFullTree

Creates full tree if not found

Card image cap
DuplicateFileName

Generates new available file name for a certain file in order to duplicate it, ...

Card image cap
oShellRun1

Runs a WScript.Shell command with wait until finish and returns 0, 1, 2 or -1 ...