View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Halim Halim is offline
external usenet poster
 
Posts: 182
Default Creating a Table within a UserForm

hi,

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

Regards,

Halim


"NickHK" wrote:

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

"Punter" wrote in message
ups.com...
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.