sbSplit
Former function name was WSSplit
Last updated
Former function name was WSSplit
Last updated
Excel lacks a worksheet function split which can split a cell content onto several cells with a given delimiter.
The user defined function sbSplit below solves this.
sbSplit implements the VBA split function as described here:
Microsoft Docs Office VBA Reference - Split function
Please read my Disclaimer.