I am a new comer and I have the following questions when developing a Word.application object under VB6.
I would like to change the font and alignment for different lines. Could anyone show me how to do it? I understand there is range and paragraph, and "insertbefore" and "insertafter". I DID try and it is NOT working as what expected.
eg.
Line1 (current date) font 12 bold alignment right
Line2 (customer name) font 12 alignment left
Line3 (reference) font 14 bold alignment center
line4 (variable1) font 12 alignment left (variable2) font 12 alignment right
line5 (variable3) font 12 alignment left (variable4) font 12 alignment right

Thank for the help in advance.