10-16-2019
01:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-16-2019
01:55 PM
it's maby a bit strange but you dont need a multi dimension array. The help states:
Optional input String array that specifies the contents of the table. The number of Strings must match the number of cells in the table, else an error will occur. This array of String is used to sequentially populate each row of the table
try the following array
Dim myArray(3) As String myArray(0) = "00" myArray(1) = "01" myArray(2) = "10" myArray(3) = "11"
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com