View Full Version : Padding in a String


Darrell Wootton
10-25-2004, 06:28 AM
Hi,

I am trying to find how to remove the padding or space from a string.

I have imported data and when I use vba to manipulate the string there appears to be loads of padding on the end of the data?

ie:

"Mr A Customer "

instead of:

"Mr A Customer"

I cannot find anything regarding how to remove remove it, is it called padding????

Thanks

Darrell....

llkhoutx
10-25-2004, 06:43 AM
Use the Trim function.

q582gmzhi
10-25-2004, 07:56 AM
............