Copy Array Values Between Arrays in Your VBA Projects
Category:
Office/VBAType:
SnippetsDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
Taken from the code at http://www.freevbcode.com/ShowCode.asp?ID=2873 and adapted for VBA. This snippet lets you copy values from a source array into a destination array.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: