Automation?

W

Wilson Pye

Hi,

Automating Word from VFP

I am trying to set the font.underline to singleunderline in the following
code:

.InsertAfter( CR )
.InsertAfter( "Sales Tax: " + TAB )
.Collapse( wdCollapseEnd )
WITH .Font
.Underline = wdUnderLineSingle
ENDWITH

That did not work. Any help?

Wilson
 
Top