Re: Dynamic input range
- From: "Gixxer_J_97" <GixxerJ97@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Jun 2005 06:19:02 -0700
ahh - for that (as far as i know - i could be wrong) you would have to use
code in order to get the 'source' to display in the combo box
however, you can still use the method i described to keep your range up to
date.
something like
combobox1.clear
for each c in Range("MyNamedRange")
combobox.additem(c)
next
combobox.listindex=0
would put each cell that is in MyNamedRange as an element in combobox1
if anyone else has suggestions or solution, i'd like to learn too =)
hth
J
"Roman" wrote:
> Actually I mean the one from forms toolBAR!
>
>
.
- Follow-Ups:
- Re: Dynamic input range
- From: Roman
- Re: Dynamic input range
- References:
- Dynamic input range
- From: Roman
- Re: Dynamic input range
- From: Roman
- Dynamic input range
- Prev by Date: Re: Sum Formula in Macro
- Next by Date: Re: Protecting Spreadsheet
- Previous by thread: Re: Dynamic input range
- Next by thread: Re: Dynamic input range
- Index(es):
Relevant Pages
|