VBA-Excel 302
Visual basic for applications that works only in Microsoft Excel, aka macros
Sorted from new to old.
HTML_InsideTag_ByIndex
Checks if LocIndex is found between open and close of HTMLTag or between close ...
CutString_ReverseFrom
Returns full string starting from the point of LocIndex minus back where we ...
Send workbook as email attachment
Retro way to send a workbook you are in as an email. Found it in one of my old ...
Install/Uninstall SQLNativeClient DB driver
Install/Uninstall SQL DB driver. SQLNCLI.msi that is needed when you do ...
PivotTable_ShowHideItems
Show or hide item (or items) in PivotTable for a certain field. Passing ...
PivotTable_ShowHideBlankItems
Shows or hides an item or items in a PivotTable filter field. Passing ...
ConcatenateStrings_AmongString
Collect strings matching search from a longer string. I used it to concatenate ...