DRRecipient.ListFillRange _
= ThisWorkbook.worksheets("setup").range("aa1:ab365" ).address(external:=true)
(activeworkbook instead of ThisWorkbook????)
Chaplain Doug wrote:
Excel 2003. How do I programatically set the ListFillRange of a combobox
control to a range of cells in another sheet in the same workbook?
DRRecipient.ListFillRange = ?
The other sheet name is "Setup" and the range I want in "Setup" is
"AA1:AB365" Thanks.
--
Dr. Doug Pruiett
Good News Jail & Prison Ministry
www.goodnewsjail.org
--
Dave Peterson