Texts + Strings 165

Texts, strings, convert, replace, encode, parts and concatenations
Sorted from new to old.
Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
MultiTrim

Trims leading and trailing tabs, spaces and Enters Code has lines to work in ...

Card image
ANStr2Range

Converts a string of items into range, with custom separator. Opposite of

Card image
HyperlinkFunction

Returns the formula for a hyperlink [=Hyperlink(...) ] to be inserted in a cell. ...

Card image
Range2ANStr

Converts sheet range to ANString, can work on any continued range, 1 or 2 ...

Card image
Frm5Textbox

Shows a text in textbox as separate window Caller can modify size of textbox, ...

Card image
InStr and InStrRev

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

Card image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

Card image
Morse code functions

Convert text or single character to and from Morse code. TexttoMorse, ...

Card image
ANC Bootstrap controls (Testing < and & # 6 0 ;)

Testing step in site (or in each HTML output function to replace < with < ...

Card image
Navigate_IE

Reads HTML source page of a webpage, maynot work for heavy js pages, but works ...

Card image
HTMLTagAttributeValue

Reads value of certain tag attribute from certain attribute Identify attribute ...

Card image
CutString8

Cuts a string from certain character to certain character with option of either ...

Card image
RandomUniqueID_Sheet

Inserts numeric random unique ID in a column in sheet, specify column, sheet, ...

Card image
Quarter_to_Words

Convert Quarter code to text per special project requirements. A special ...

Card image
ANStrSort2

Sort list of strings in ascending or descending order using pure VBA, no ...