Random codes

Random 24 Codes by our developers.
Card image
Excel-VBA Limits

These are some limits I found during my work in Excel-VBA For more of Excel ...

Card image
IsNumericChar

Checks if character is number or no. Returns True or False Number includes the ...

Card image
Animated form exit

Exit form with shrinking Shrinks the form, Pushes the form to the bottom of ...

Card image
Bootstrap-Chosen

Drop-down select in bootstrap From

Card image
Filename_Clean

Returns cleaned file name of invalid characters. Needs to be modified if used ...

Card image
Animated placeholders

White and dark animated placeholders to be used in websites. I needed to ...

Card image
Showing 4k (and more) images in BS5 modal

Allow users to browse and scroll through tons of images to select one (tried on ...

Card image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Card image
ArrSort_3Arr

Sort 3 arrays, ascending or descending based on 1st array. Needed for specific ...

Card image
DeleteTree

Deletes tree of files

Card image
FilesIn2 - sorted files

List of files, sorted by name, size or modified date ascending or descending. ...

Card image
ScreenRes

Reads screen resolution, using IE this time, this one will get the active ...

Card image
CSS Tree

One of those small CSSs I use in some of my projects, these are pure CSS, no ...

Card image
FileDate_Formatted

Using FileDateTime to get file date

Card image
Prn

Printout into page, along with additional function to decide where to put the ...

Card image
el-checkbox

Nice graphics CSS-Only checkbox

Card image
SQL Join

Different types of join in SQL. A good illustration image i found during my ...

Card image
CreateAnchor

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

Card image
DelFiles

A very simple to delete a directory and the entire files and folders in its ...

Card image
VBA Progressbar (Frm73)

Progress bar Frm73 or just simple message Zip file contains .frm and .frx ...

Card image
HTML_CleanNumber

Cleans block of string (HTML block) from characters that are not needed Can ...

Card image
FileSize_Formatted

Returns file size in formated human way (mb, gb, etc..) Or, it can format any ...

Card image
ANmaSQL_InsertStatement

Creates SQL INSERT statements from a table in Excel. Used to be executed to ...

Card image
CountNumbers_inString

Returns how many numbers found inside a text