Thebatfink
Active Member
- Joined
- Apr 8, 2007
- Messages
- 410
Hi,
I've trying to use the concatenate array function he has written on the page here http://www.cpearson.com/Excel/VBAArrays.htm
I have my arrays 'fn' and 'fn2' containing filenames which I want to join..
In my code I use
but its just populating fn3 as 'True' and not the array values? I can only assume I'm calling the function incorrectly but I can't figure out what the correct way is! Help!!
Thanks!
Batfink
I've trying to use the concatenate array function he has written on the page here http://www.cpearson.com/Excel/VBAArrays.htm
I have my arrays 'fn' and 'fn2' containing filenames which I want to join..
In my code I use
Code:
fn3 = concatenateArrays(fn, fn2)
but its just populating fn3 as 'True' and not the array values? I can only assume I'm calling the function incorrectly but I can't figure out what the correct way is! Help!!
Thanks!
Batfink