View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JustLearning JustLearning is offline
external usenet poster
 
Posts: 16
Default Spacing in a listbox

I have a listbox which I ad data to with listbox.additem "" & c.offset(0,-1)
& ......
But some cells has longer names in them and thus I cannot seem to list them
neatly next to each other for example:

Appels 1000 Bear
Apricot-jam 30 Impala

How can i get the spacing correct?

Any help will do
Thanks