Hi.
I have a textbox that I filled like this:
(I previoulsy fixed the tabs positions, but that doesn't matter here)Code:TextBox = "1" & vbtab & "2" & vbNewLine _ & "3333" & vbtab & "4"
Now I open a template file in Word Object, set like this:
and pass that textbox to the file, but the columns does not stick to the tabs in the word. In the example I wrote here, the output would be: numbers 2 and 4 not in the same horizontal space.Code:Public Obj_Word As Object Set Obj_Word = CreateObject("Word.Application")
To be clear, my only problem is: The tabs (perfectly shown in textbox) are gone in Word. How do I insert a tabspace character in Word?




Reply With Quote
