Search results 116

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
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
User-Defined Formatting

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

Card image
Val2

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

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
ConfigWeb_Read

Reads a key value from certain section in Web.config Originally from ...

Card image
INITool

INITool Object allows an ASP programmer to work with INI files on the server. ...

Card image
Page2Setting

Read content of an html online page into setting value in Excel sheet. ...

Card image
CopyRange_NoClipboard

Copies range without using clipboard. Applies formats into a cell (or range) ...

Card image
GetConfigValue

Read settings from Web.config file (or other XML files) Originally from ...

Card image
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...