View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Russ Robelen Russ Robelen is offline
external usenet poster
 
Posts: 1
Default listbox1.additem syntax for multiple columns

i am trying to load a two column listbox with the additem
method. The syntax for a single column listbox is:
listbox1.additem ("text")
For the life of me I cannot determine what the syntax is
for multiple columns. Can anyone help me.