J
jay dean
Hi -
I am looking for a vba function, copyArray()of type String, that will
take in one String array, and produce a copy of the input.
Specs:
(1)The function should be able to take in either 1D or 2D string array,
and produce its copy.
(2)If the input is just "" or vbNullString, the output should be the
same as well.
Any help will be appreciated!
Thanks
Jay Dean
*** Sent via Developersdex http://www.developersdex.com ***
I am looking for a vba function, copyArray()of type String, that will
take in one String array, and produce a copy of the input.
Specs:
(1)The function should be able to take in either 1D or 2D string array,
and produce its copy.
(2)If the input is just "" or vbNullString, the output should be the
same as well.
Any help will be appreciated!
Thanks
Jay Dean
*** Sent via Developersdex http://www.developersdex.com ***