View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Dynamic Range of Cell Values in a single Row

Karen,

Sounds like you need to use Application.Transpose on the array when
assigning it to the control.

Bernie

"KarenB" wrote in message
...
I have narrowed the problem down to the columns. If I use the same
formula,
but exchange the height/width coordinates, it returns the right number of
values... unfortunately it returns 18 rows in a single column instead of
what
I need: 18 columns in a single row.

"Bob Phillips" wrote:

It works fine for me. Did you use the List type?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"KarenB" wrote in message
...
I have defined a NAME with the following formula:
=OFFSET(CORPORATE!$A$1,0,0,1,COUNTA(CORPORATE!$1:$ 1))
which I think should return all values in row 1 of the "Corporate"
sheet.

I've referenced that name in a dropdown box; however, only the very
first
value appears when the list is dropped down.

When I click on the formula in the Define Name dialog box, all values
in
that row are highlighted.

What am I missing?