Creating a Table within a UserForm

  • Thread starter Thread starter Punter
  • Start date Start date
P

Punter

Hi. I am trying to create a table as part of a user form. The table
will present data to the user from an external source. Can anyone
suggest how I might insert/create the table.
 
Depends how complicated it is and what functionality you require.
In order of complexity:
- Multi line text box
- Multi column List box
- Grid/FlexGrid control
- Spreadsheet control

NickHK
 
hi,

Also :
- ListView ActiveX control --> better visual and easy to manage
- TreeView ActiveX control
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top