Random codes

Random 24 Codes by our developers.
Card image
NMACode

Converts all Ƽ found in a string into their actual chars

Card image
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image
Excel ribbon

Add ribbon menu to certain macro-based workbook to run macro, will only be ...

Card image
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image
ANmaRead_1stFile

Returns information about first file name found after sorting matching files in ...

Card image
gsplit usage

How to use gsplit to split large files into smaller parts to allow to read it. ...

Card image
FindVBAObject

Finds specific VBA object in VBE project User need to setup to trust VBA ...

Card image
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image
jQuery filtering

jQuery filtering, demo From

Card image
AddressReferenceStyle

Change Address style from R1C1 to A1 or from A1 to R1C1. Something I needed ...

Card image
Win10 ThisPC Virtual locations

I hate it when Windows forcing us to have additional items in "This PC" So, I ...

Card image
RunOnTime

Runs a certain macro on certain time. This is not a scheduler, but just simple ...

Card image
CreateAnchor

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

Card image
Enable Blocked Macros in O365 from OneDrive

Recent Microsoft 365 Excel blocked macros from running when they are in ...

Card image
ANstr_Column

Reads and concatenate the full HTML or non-HTML of column (ColumnID) from HTML ...

Card image
Hourglass

A js/css hourglass loading spinner

Card image
VBHTMLInstr

Searches for string in readable text from HTMLBlock. So it will not find what ...

Card image
DateSerial

The equivalent of DateSerial in Classic ASP

Card image
Slickmap

CSS only flow chart site map From

Card image
Dropdown button commands

A drop-down of multiple commands in pure VBA. Needed this in a large Excel-VBA ...

Card image
ShapeName clicked

Simple command to know which object (shape) the user clicked When you assign a ...

Card image
ANStrFind_AndOrAdd

Checks if an item was found in list of items and return 1 if yes, 0 if not ...

Card image
TeeOpen_ProtectTee + TeeOpen_UnprotectTee

Protect or unprotect a workbook (already open) remotely from another workbook ...

Card image
Save to, Read from, Delete registry key

Save into registry, read from registry or delete a key. Accessible to only ...