The Join function concatenates a bunch of strings in an array into one long string. I rarely use this function, but maybe I should start, as JP suggests. I wondered if it was really that much faster.
Declare Function timeGetTime Lib "winmm.dll" () As Long Sub TestJoin()
Dim i As Long
[...]
Read More...
Read the complete post at http://www.dailydoseofexcel.com/archives/2010/11/26/the-join-function/
Posted
Nov 26 2010, 06:30 AM
by
Daily Dose of Excel