Hello All,
I want to convert the below Sub Procedure into a function that I can call into Excel sheet.
Sub SplitTextIntoMultipleCells()
Dim Counter As Long
Dim WordArray() As Variant
Dim WordList As Dictionary
Dim dKey As Variant
Set WordList = New Dictionary...