Hello,
I am trying to add a grid to a userform in order to collect information from the user. The grid should have a fixed number of columns, but an unlimited number of rows. I have tried using things like the DataGrid and the Flex Grid, but they do not allow input; they only display data. Is there a standard control that would allow what I am asking?
Thanks,