View Single Post
  #1  
Old November 17th 06, 10:51 AM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlk 2k3 script: Tab in body Task "space to separate text"

Hi all,

I search without succes how to insert "TAB" to text

I use Space() String1 & space(50-len(string1)) & string2 to align
my text but the result don't match

in real the len of empty and filled string aren't the same

so the solution is to add a "tab" eg: if len of string1 15 add 2 tab
else add 1 tab

tks for help


Ads