Search results 195

Sorted from new to old.
Card image cap
Save to, Read from, Delete registry key

Save into registry, read from registry or delete a key. Accessible to only ...

Card image cap
HeadingZeros Remove and Add

Adds or remove zeros at start of string Used to clear heading zeros from ...

Card image cap
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image cap
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

Card image cap
HttpToAnchors

Convert http found inside text into anchers < a >, aka URLlinker, aka ...

Card image cap
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image cap
Textbox.io textarea editor

An embed text editor for bootstrap Get official latest release from

Card image cap
Arabic VS Hindi numbers

Settings to force Microsoft Word to show Hindi numbers with Arabic text, or ...

Card image cap
Restore Arabic text files

Solution to restore ASCII Arabic text files. Sometimes I noticed when system ...

Card image cap
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image cap
VBInstr (or Instr parameters)

The great function InStr I use a lot has a small confusing part. Which string ...

Card image cap
FormatPhoneNumber

Formats a given 10 digit number into a nice looking phone number

Card image cap
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image cap
pd

Format a number with total number of digits I used it to format a date as ...

Card image cap
OnChange

Detect when user changes a textbox using JQuery Needed to have this documented ...

Card image cap
myURLEncode

Does what Server.URLEncode does In case you needed it, not sure when