Random codes

Random 24 Codes by our developers.
Card image
IsNumericChar

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

Card image
FilterSheet_1By1 + FilterSheet_Clear

Sets Autofilter in a sheet, and another function to clear Autofilter ...

Card image
FindSheet

Finds a sheet in a workbook, if no workbook name passed, it will use ...

Card image
Date Month icon

Calendar icon, or date icon, in pure css, used

Card image
IntlIsAlphaCharacter

Test if a character is alphanumeric, regardless of the code page or language ...

Card image
RegExPatternMatch

Checks string against pattern using RegEx (VBScript.RegExp). The pattern ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
CellSave (SimpleSave)

Saves value to cell without deformation and converting Used to be called ...

Card image
OrderedList in Arabic Alphabet

Using Arabic in ordered list in HTML, as Abjad or Alphabet. Was playing with ...

Card image
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

Card image
End ( xlDown )

A bug found because of using End(xlDown) Please stop using Range("A1"). ...

Card image
Copy File

Copys a file from one location to another using WSH

Card image
CalculateQuarterText

Returns the text of quarter (3Q2024 or 1Q2017) with offset of the passed ...

Card image
RemoteExplorer.asp

A directory Viewer with the option of downloading the file and reading text ...

Card image
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...

Card image
INITool

INITool Object allows an ASP programmer to work with INI files on the server. ...

Card image
UniqueRandomID in SQL

Generate new Random ID, unique not duplicated in two columns in two tables. ...

Card image
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...

Card image
GetExtension

Gets the extension of file from its filename

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
Input text - pre-Placeholder

Remove text when textbox is selected, then put it back if it left empty This ...

Card image
Subdomain to a folder

Redirects a subdomain into a folder child of main domain, named same as ...

Card image
LoadingSquare

Loading animation in CSS only

Card image
ANString_Location

Finds the location of a sting inside list of strings with certain separator, or ...