VBA-Excel 336
Visual basic for applications that works only in Microsoft Excel, aka macros
Sorted from new to old.

Numeric-only textbox
Allow only Currency into textbox, text box will allow only nnnn.nn where n=1 ...

Distance_Calc_fromString
Calculate distance between two points (Latitude, Longitude) LatLon1 and ...

CellRead (SimpleLookup)
Simply reading a value from a specific cell from a sheet from a workbook ...

LogSheet_Add + LogSheet_Clear
2 Functions LogSheet_Add and LogSheet_Clear to add new entry to log or clear ...

ScreenResolution_wxhxtxl
Detects active desktop screen resolution and location of taskbar (with some ...

CellCommentRead + Save
Reads/Saves a comment into a cell CellCommentRead to Reads comment from a ...

MatchIf_ThenDelete
Searches for an item in a column, then if found, delete that cell (not clear, ...