Hi

Anyone able to help with the following problem:

I'm concatenating a string to be displayed in a MsgBox. What I want to display is something like this:

Apples 4
Pears 7
Bananas 2

However, using tab characters in the string, the numbers do not align properly. Actually it looks something like this:

Apples 4
Pears 7
Bananas 2

The string is dynamic, so I do not know beforehand how long the the respective "label" (the "fruit") is.

Help!

Bjorn