View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
peter peter is offline
external usenet poster
 
Posts: 36
Default combo box header

Hi,
I have filled a 2 column combo box using an array. I
have changed the properties to allow headers. Is there a
way to fill the column headings with values using VBA
code?
arsname(0, 0) = "first column haeding"
arsname(0, 1) = "second column haeding"

These elements of the array hold data.


peter