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

ANStr_Add10IfNotBlank_NorNA
Concatenate string into one, if not blank and not N/A It looked stupid for me ...

IfString_StartsWith_AndOr_EndsWith
Checks if String starts with certain char and ends with certain char Or one of ...

ANmaSearch_QuoteFriends
Searches for string inside string with double-quote possibility If single ...

ANmaReplace_Occurrence
Replaces certain occurrence of a string with another inside a string. Like ...

ANmaSearch_AposFriends
Searches for string inside string with apostrophe possibility (or as I call ...

ANmaSearch_AmpFriends
Searches for string inside string with multiple possibilities if the char & ...

ANmaRemoveNestedTags
Remove tags that are identical and nested inside each other in an HTML document, ...

HTMLTagID_Previous
Return id for any html tag that was found above certain location of html page. ...

NumberBeforeString_HTML
Cuts a number that would be found before certain word inside a block string. ...

CreateThumbSquare_IrfanView
Creates square thumb for an image, regardless of image aspect ratio It will ...