View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MoDD MoDD is offline
external usenet poster
 
Posts: 1
Default How to set cell validation in excel using name range?

I have 2 worksheets in my workbook. First worksheet has name range (for
example a1:b5 name = valName). In another worksheet I want to create cell
validation as combobox by using value from range name "valName" in first
worksheet as it source. How can I do that in C#?