I have some routines that I call with a variable in example1. The need has come to pass an array to the variable called subroutine; any ideas?
Sub CommandExamples()
Dim SomeArray As Variant
ReDim SomeArray(0 To 0)
'Example1: Example1 works; don't need any help with example 1...