View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
spacecityguy[_6_] spacecityguy[_6_] is offline
external usenet poster
 
Posts: 1
Default Problem with setting the ListFillRange in VBA


Hi,

As an experiment, I opened a blank sheet and added a combo box usin
the Control Toolbox. I named this combo box cboList. I then add
button and this code to it:

activesheet.shapes("cboList").controlformat.listfi llrange = "A1:A10"

When I ran the code, I got this error:

"Object doesn't support this property or method."

I looked up a few books on VBA for Excel programming as well as Exce
Help but got little help from them. This seems to be a very trivia
matter, and I don't know what else to try. I'll appreciate if anybod
can explain it to me.

Eventually, I would like to be able to read a list of values from th
database (using the add-in provided by the database) and assign a nam
to this list and then use the name for the listfillrange of my comb
box. I don't really need to use a name, but it'll make the rang
available in other parts of my application. I built eveyrthing already
The last hurdle I needed to get through is setting the listfillrang
using code.

Thanks for reading,
spacecitygu

--
spacecitygu
-----------------------------------------------------------------------
spacecityguy's Profile: http://www.excelforum.com/member.php...fo&userid=1106
View this thread: http://www.excelforum.com/showthread.php?threadid=31878