View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Userform: Display Scrolling View of Columns A:C

If you want to load the values in a listbox with 3 columns.

There is not view another existing sheet control.

The next thing after a listbox would be the office web components
spreadsheet control - you would need to load it with values as well.

--
Regards,
Tom Ogilvy


"Corey" wrote:

Is it possible to have a Userform display ONLY Columns A:C, with a scroll bar to view values ?
(Like a small window to another sheet)