Dynamic Arrays

  • Thread starter Thread starter Craig
  • Start date Start date
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
 
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.
 
Back
Top