Hi,
I have a multidimensional array that I want to be able to display in a user form to look something like this:
Code | Manufacturer | Description
A100 | Company A | Product that does this
A200 | Company B | Product that does that
I then want the user to be able to select a row at which point I'll perform an action. Using a list box, I can display the codes rather easily and do the actions I want, so I'm thinking I might need a list box for each column... but that sounds like a lot of work to make them all scroll together. I'm thinking I could also combine them into one name, but all the words differ in length, so it might not be as pretty as I'd like.
Any suggestions on the best way of doing this?
Edit: I think this is solved with column count... always takes the one extra search to find what you want.
Bookmarks