VBA-Excel 329
Visual basic for applications that works only in Microsoft Excel, aka macros
Sorted from new to old.
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, ...
Multi-line Textbox focus bug
Trick to force textbox with multiple lines and scrollbars to refresh itself ...
Paragraph2Line + Line2Paragraph
Converts paragraph to 1 line text or 1 line text to paragraph Mainly used to ...
NameSilo_APICall_ListPrices
Downloads list of domains and prices for register, renew or transfer into ...
NameSilo_APICall_ListDomains
Downloads list of registered Domains in your account from NameSilo.com using ...
CountColumnCells + CountColumnCells_Criteria
Counts how many cells in a column in any sheet, any workbook using COUNTIF ...