Most viewed codes

24 most viewed codes.
Card image
ANBS controls

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

Card image
ANBS Controls Set3

3rd set of ANBS controls, Get Set1 here and

Card image
IsThere1

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

Card image
Navigate

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

Card image
RoundUp

Rounds a number up, like Excel function RoundUP

Card image
FaceIDs

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

Card image
CutString

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

Card image
DB_Read1Row (DB_Read1stRow)

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

Card image
CreateAnchor

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

Card image
PI

Returns a double representing the mathematical constant Pi

Card image
Num2En

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

Card image
MyMonthName

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

Card image
FindFile

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

Card image
Seconds2Time

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

Card image
Floor

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

Card image
VB6Format

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

Card image
RemoveHTMLTags

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

Card image
Hex2Bin

Converts Hex to Binary

Card image
Textbox focus issue fix

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

Card image
MyDayName

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

Card image
RemoveHTML

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

Card image
DB_SettingRead_Field

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

Card image
ASCII_Read + ASCII_Save

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

Card image
ArrSort_2Arr

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