Excel VBA Practice Test
Excel VBA Excel VBA Data Manipulation & Arrays 2
Which VBA method copies a range of cells to another location?
Select your answer
A
Range.Transfer()
B
Range.Move()
C
Range.Copy()
D
Range.Clone()
Hint