'Declaration Sub Copy( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )
Parameters
- fromIndex
- Location from which to begin copying
- toIndex
- Location at which to paste copied items
- count
- Number of items to copy
'Declaration Sub Copy( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )