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
|