Search results 391

Sorted from new to old.
Card image
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...

Card image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...

Card image
UTF8R_toChar

Converts characters created by program R into actual chars as in < U+641 > to ...

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
GetColumnName, ColumnName_XOffset

Gets the column name from a cell address. Returns "E" from "E45", or "BR" from ...

Card image
Crypt128

Simple small function to Encrypt or Decrypt a string in cell Simple Encryption ...

Card image
ListBox_SelectedIndexes

Create list of selected items in MSForms listbox as string separated by | Or ...

Card image
1FileDB

DB in a File (One of my best library codes so far) Saves/Reads/Deletes certain ...

Card image
Filter_GotoItem

Allow users to select from list box based on search terms. Have a text box and ...

Card image
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...

Card image
RoundUp

Rounds a number up, like Excel function RoundUP

Card image
CutLeft

Cuts the left part respecting words, without cutting words

Card image
getQueryString

Reading QueryString from JS

Card image
CutString3

Cuts a string from a larger one using separators.
Ex, CutString3("Will ...

Card image
Hex2Bin

Converts Hex to Binary