G
GH
I have a multipage Userform whose purpose is to facilitate some data
entry.
I also have a two dimensional array (15 x 4) that is filled via VBA by
reading the contents from another range in a excel file that is opened
by VBA and subsequently closed. Ideally, I would like to create a data
input section that fills in the data as contained in the array in a
similar "spreadsheet" format (like a multicolumn "listbox") but would
also allow for the user to change the contents from the displayed
default values. A multicolumn listbox is typically used to select a
row, not edit the contents of the rows.
Is my only option to create 60 textboxes and fill them with the default
values contained in the array?
Would appreciate the thoughts of those more sophisticated than myself.
GH
entry.
I also have a two dimensional array (15 x 4) that is filled via VBA by
reading the contents from another range in a excel file that is opened
by VBA and subsequently closed. Ideally, I would like to create a data
input section that fills in the data as contained in the array in a
similar "spreadsheet" format (like a multicolumn "listbox") but would
also allow for the user to change the contents from the displayed
default values. A multicolumn listbox is typically used to select a
row, not edit the contents of the rows.
Is my only option to create 60 textboxes and fill them with the default
values contained in the array?
Would appreciate the thoughts of those more sophisticated than myself.
GH