View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DPZ_Online DPZ_Online is offline
external usenet poster
 
Posts: 3
Default Put a predefined name range in to a ComboBox in a Form (VBA)

or this
ActiveWorkbook.Names("Typ").Va*lue
or this
ActiveWorkbook.Names("Typ").Re*fersToRange

should be

or this
ActiveWorkbook.Names("type").Va*lue
or this
ActiveWorkbook.Names("type").Re*fersToRange

Misspelling in this letter