View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Special Control Needed - Please Advise


There is a "spreadsheet" control that looks like, um, a spreadsheet.
You should be able to add it to the tool box using "additional controls".
Find that by right-clicking the tool box. The one you want is...
"Microsoft Office Spreadsheet xx.0"
A nice feature, is that it comes with its own help. Click the "?" at the top right
after it is added to the userform.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Pflugs"
wrote in message
I have need for a UserForm control with multiple columns with headers. I'd
like the headers to be clickable and adjustable in width on the fly. I
thought about using a multi-column ListView (and this could work in a pinch),
but I wasn't getting the flexibility of it that I wanted.

Are there any other controls available to us that allow for multiple columns
with headers? I know I've seen these before, but I couldn't come up with a
specific example while writing this. Thanks!

Pflugs