VBA-Excel 207 Visual basic for applications that works only in Microsoft Excel, aka macros

ImportCSVs - 1st AI Code
Imports multiple CSVs found in a folder into worksheets of active workbook ...


Convert_Dash_to_Zero
Convert cells with dashes to zeros. Quick code needed to reset sheet copied ...


Range_Add_or_Subtract
Adds an amount (or subtract) from a range of cells in one click
Similar to

NavigatePost
Reads content of webpage with optional post data
two main differences from

Listbox 1st item [Any]
Allow user to select [Any] as first item in list that will deselect all other ...


ANStr2Range
Converts a string of items into range, with custom separator.
Opposite of

Popup button
List of commands in popup menu. Uses listbox, command button and toggle ...
Drodown-popup-Button.zip


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