Most viewed codes

24 most viewed codes.
Card image
13,337
ANBS controls

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

Card image
9,411
ANBS Controls Set3

3rd set of ANBS controls, Get Set1 here and

Card image
7,760
IsThere1

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

Card image
7,288
Navigate

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

Card image
6,935
RoundUp

Rounds a number up, like Excel function RoundUP

Card image
6,792
FaceIDs

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

Card image
6,724
CutString

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

Card image
6,468
DB_Read1Row (DB_Read1stRow)

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

Card image
6,461
CreateAnchor

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

Card image
6,399
PI

Returns a double representing the mathematical constant Pi

Card image
6,388
Num2En

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

Card image
6,352
MyMonthName

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

Card image
6,343
FindFile

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

Card image
6,232
Seconds2Time

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

Card image
5,924
Floor

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

Card image
5,872
VB6Format

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

Card image
5,776
RemoveHTMLTags

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

Card image
5,752
Hex2Bin

Converts Hex to Binary

Card image
5,650
Textbox focus issue fix

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

Card image
5,630
MyDayName

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

Card image
5,617
RemoveHTML

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

Card image
5,564
DB_SettingRead_Field

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

Card image
5,563
ASCII_Read + ASCII_Save

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

Card image
5,552
ArrSort_2Arr

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