Most viewed codes

24 most viewed codes.
Card image cap
ANBS controls

Set of functions to generate Bootstrap controls as strings. Controls available ...

Card image cap
ANBS Controls Set3

3rd set of ANBS controls, Get Set1 here and

Card image cap
IsThere1

Finds out if a file exists, can pass either mapped file path, or unmapped

Card image cap
Navigate

Downloads a certain page source into a variable, full content in HTML, using ...

Card image cap
RoundUp

Rounds a number up, like Excel function RoundUP

Card image cap
FaceIDs

Excel menu icons and icon ids (named FaceIDs) used when yu create toolbars and ...

Card image cap
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...

Card image cap
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...

Card image cap
CreateAnchor

Creates an anchor by passing its arguments (used to be called URL2A), can ...

Card image cap
PI

Returns a double representing the mathematical constant Pi

Card image cap
Num2En

Convert number to English words, convert 450 to 4 hundreds and fifty dollars

Card image cap
MyMonthName

Returns the month name in one of 5 formats (below) It can use full date or ...

Card image cap
FindFile

Finds if a workbook is open or not in same Excel session

Card image cap
Seconds2Time

Converts seconds from numbers into time in format of ...

Card image cap
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...

Card image cap
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image cap
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image cap
Hex2Bin

Converts Hex to Binary

Card image cap
Textbox focus issue fix

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image cap
MyDayName

Returns the day name in several formats It uses either full date or only ...

Card image cap
RemoveHTML

Removes HTML code Basically all tags expected and listed below There is a ...

Card image cap
DB_SettingRead_Field

Returns a certain field from Settings table by a SettingName. Similar to ...

Card image cap
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my tools, very ...

Card image cap
ArrSort_2Arr

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