User-1646638908 posted
I totally understand why I am getting the error. However I want it to avoid the compile-time error.
I can't figure out how to do it. Is there a way to prevent it, there must be.
Dim NamesArray() As String
' NamesArray passed by REFERENCE !
Me.RemoveCommonWords(names, SlimName, NamesArray)
Thanks in advance.