Use a named range in an excel worksheet to propagate a listbox
Posted
by user223139
on Stack Overflow
See other posts from Stack Overflow
or by user223139
Published on 2010-04-28T04:55:56Z
Indexed on
2010/04/28
5:03 UTC
Read the original article
Hit count: 190
So I have a number of namedRanges in an excel worksheet. I would like to use these to fill in comboboxes on a user form in the same WorkBook.
I have tried:
cboMember.DataSource = Globals.Sheet1.MemberRange.Value
No error is given but the combo is blank. Does anybody have any ideas?
I'm trying to use VSTO for VS 2008 on an excel 2003 work book.
© Stack Overflow or respective owner