View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Hard code Listbox Header Text

You could assign the rowsource in code, but that's probably not what you meant.

You have to use the rowsource to get the headings.

Ryan H wrote:

I have a listbox with 5 Columns that has a header row. Is there a way to
hard code the text that is in the header in the userform Intialize Event? I
know you can do it with RowSource, but I wanted a way to do it with VBA.

Thanks in Advance!
--
Cheers,
Ryan


--

Dave Peterson