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

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, ...

BrowseWorkbook + BrowseWorkbook_Save
Asks for Excel file to open, then return the full filename with path if ...

GetColumnName, ColumnName_XOffset
Gets the column name from a cell address. Returns "E" from "E45", or "BR" from ...

FixPath, IsThere, IsThere1 ...
Set of 6 functions to deal with filesystem. Gets current workbook path, ...

Filesin_Coll + Filesin_Cells
Reads files in a specified folder into a Collection, work with VB6 and VBA also, ...