Dynamic Arrays

C

Craig

Can a dynamic array, or an array with no fixed number of
cells, be created or declared using VBA? If this is
possible, can someone please show me the syntax for
declaring one? If not, let me know that also, please.

Thank you

Craig
 
M

Marshall Barton

Craig said:
Can a dynamic array, or an array with no fixed number of
cells, be created or declared using VBA? If this is
possible, can someone please show me the syntax for
declaring one? If not, let me know that also, please.


Check Help on the ReDim statement.
 
Top