Most viewed codes
24 most viewed codes.
ANBS controls
Set of functions to generate Bootstrap controls as strings. Controls available ...
ANBS Controls Set3
3rd set of ANBS controls, Get Set1 here and
IsThere1
Finds out if a file exists, can pass either mapped file path, or unmapped
Navigate
Downloads a certain page source into a variable, full content in HTML, using ...
RoundUp
Rounds a number up, like Excel function RoundUP
FaceIDs
Excel menu icons and icon ids (named FaceIDs) used when yu create toolbars and ...
CutString
Cuts a string from certain char till certain char, can be used to cut left, ...
DB_Read1Row (DB_Read1stRow)
Reads from a table in a DB Reads only the first row, and return a string ...
CreateAnchor
Creates an anchor by passing its arguments (used to be called URL2A), can ...
PI
Returns a double representing the mathematical constant Pi
Num2En
Convert number to English words, convert 450 to 4 hundreds and fifty dollars
MyMonthName
Returns the month name in one of 5 formats (below) It can use full date or ...
FindFile
Finds if a workbook is open or not in same Excel session
Seconds2Time
Converts seconds from numbers into time in format of ...
Floor
Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...
VB6Format
Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...
RemoveHTMLTags
Remove HTML tags from a string, note, this won't handle html encoding.
Hex2Bin
Converts Hex to Binary
Textbox focus issue fix
Trick to force textbox with multiple lines and scrollbars to refresh itself ...
MyDayName
Returns the day name in several formats It uses either full date or only ...
RemoveHTML
Removes HTML code Basically all tags expected and listed below There is a ...
DB_SettingRead_Field
Returns a certain field from Settings table by a SettingName. Similar to ...
ASCII_Read + ASCII_Save
Reads and saves text file giving its full name Used a lot in my tools, very ...
ArrSort_2Arr
Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...