Search results

  1. A

    Dynamic Multidimensional String Array Syntax?

    I have the basic string array code down, but i'd like to have 3 columns and X number of rows. So I want it to expand dynamically as I add things to it. How should I append to the multidimensional array? Dim yieldTable() As String Dim blDimensioned As Boolean Do While Not rst.EOF Do While...
Back
Top Bottom