Recent codes added

Fresh codes added recently by our developers. 24 most recent codes.
Card image
DBTableCol_Array

Reads 1 column from SQL DB table and return as 1-dimension array oConn object ...

Card image
PDFDoc - create PDF in ASP Classic

Create PDF in ASP Classic From

Card image
Add bulk rows to DB Table

Inserts multiple rows into DB table as whole Unlike

Card image
BoldCodeColor

Bold the first letter and color it based on Bootstrap color theme, info, ...

Card image
ANmaSearch_AnyWord_FromANStr

Checks if string has any word from ANStr inside it Unlike

Card image
FilesIn_4Array

Returns list of file names along with path, date modified and size in array of ...

Card image
ANStrSort2

Sorting items inside ANStr, this one in ASP Classic (VBScript) Like the VBA ...

Card image
CSS vertical shimmer placeholders

Top-to-Bottom and Bottom-to-Top shimmer placeholders in css During my search, ...

Card image
ANmaCountChars_Direction

Counts how many times we found OfChar repeated in TheStr from one of two ...

Card image
Str2Clean

Cleans string. Just another function to clean string from unwanted characters

Card image
CSS Generators

One of my newest friends in css styling, tons of options. Love the simple ...

Card image
HTML_CountTags

Counts how many certain tag found in an HTML block. like how many tr found in ...

Card image
ANmaRemoveMultiSpace

Removes multiple spaces from within string, those are up to 16 spaces that ...

Card image
ANmaDropdown Search

Shows drop down menu of matching items when user searches in textbox with ...

Card image
UsedRange

Returns the address of first:Last cells with data in sheet. Like pressing ...

Card image
1st cell of sheet range

Returns the address of first cell in data in range, the very first cell of very ...

Card image
Custom Excel UI ribbon

Excel custom ribbon in details. A good article I use as reference to add custom ...

Card image
MatchIf8

Searches for 8 cells in 8 columns and returns the row number if all found. Has ...

Card image
MathInsideText

Return string after applying math to each number found inside the string. ...

Card image
MatchIf8Up

Searches for 8 cells in 8 columns and return the row number if all found Just ...

Card image
Tabs-Auto-To-Menu

Turns tabs into menu based on available width. JS (Bootstrap 5) code to turn ...

Card image
ANmaUploadFTP_FilesFrom2Columns

Upload files in column each to folder in next column. Expects to have two ...

Card image
MatchIf7Up

Returns row number having 7 values in 7 columns if all found. With option of < ...

Card image
MatchIf7

Finds the row of 7 columns matching 7 values with options of < > <> and <= ...