Search results 173

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

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

Card image
MatchLastIf

Finds last occurrence of a match in a column Finds the row of last time an ...

Card image
UnMergeFill

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

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
MouseDown and MouseUp in FM20 controls

MouseDown and MouseUp in VBA (fm20 controls) are different from those in VB6 ...

Card image
Password Validator

Javascript based password entry validator

Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
FormatMyDate

Formats a date, equivalent to VB6 function 'Format' Also with it, you will ...

Card image
Val2

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

Card image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...

Card image
IsBin

Checks if the passed argument is a binary or not

Card image
ArrSort_2Arr

Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...

Card image
IsEven + IsOdd

Returns True if integer is even by using IsEven While IsOdd, will returns True ...

Card image
Hex2Int

Converts hex to Integer

Card image
Bin2Int

Converts Binary to Integer

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...