View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_4_] Dick Kusleika[_4_] is offline
external usenet poster
 
Posts: 595
Default Objects in cells

You can put a combobox in a cell by using Data-Validation. It doesn't have
all the features of the ActiveX combobox and there's no substitute for any
of the other ActiveX controls.

--
Dick Kusleika
Excel MVP
Daily Dose of Excel
www.dicks-blog.com

copyco wrote:
Is it possible to put objects into the cells on a worksheet (combobox,
textbox, etc.) intead of them floating on top of the sheet? Like when
you have autofilter on, it makes the top cells into comboboxes that
are resizable with the cell. Can this be done in VBA?