It's really a userform, right?
If yes, then look for .rowsource in the properties window.
And use: trandesc!a1:a66
You can also do it in code:
Stuart Grant wrote:
>
> I have a user form in a worksheet with several text boxes and a combobox. I
> cannot find how to make the data source of the combobox a column in another
> worksheet.
> John Walkenbach's Excel 2003 Bible say that a combobox in a userform has a
> ListFillRange but it doesn't seem to have - only Data Source.
> I tried putting "=Trandesc!Range("A1:A66") as the Data Source but this gives
> an error message.
> Can someone put me right ?
> Stuart
--
Dave Peterson
|