Thread
:
Naming different ranges in the same column
View Single Post
#
5
Posted to microsoft.public.excel.programming
Claus Busch
external usenet poster
Posts: 3,872
Naming different ranges in the same column
Hi Denys,
Am Wed, 15 Apr 2015 09:53:58 -0700 (PDT) schrieb
:
Private Sub CheckBox1_Click()
If CheckBox1 = True Then Combobox8.Rowsource= "Projects"
end sub
why do you need a combobox in which all entries are "Projects"?
In range("Projects") every cell has the value "Projects"
Regards
Claus B.
--
Vista Ultimate / Windows7
Office 2007 Ultimate / 2010 Professional
Reply With Quote
Claus Busch
View Public Profile
Find all posts by Claus Busch