Re: remove frame from text box
- From: "Greg Maxey" <gmaxey@xxxxxxxx>
- Date: 15 Jun 2006 09:43:03 -0700
Stephanie,
Why do you have lines around them to start with? Can you simply use
textboxes without lines?
If not, prior to print you could run a macro similar to this:
Sub ClearBorders()
Dim oILS As Shape
For Each oILS In ActiveDocument.Shapes
If oILS.Type = msoTextBox Then
oILS.Line.Visible = msoFalse
End If
Next
End Sub
stephanie29 wrote:
I have created a maintenance agreement in Word 2003 using text boxes that the
end user will fill in. When I print the agreement out with the customer's
information entered, it also prints lines around the text box. Can I get rid
of the lines around the text box when printing without messing up the rest of
the format?
Thanks for your help
.
- Prev by Date: Re: Can't print landscape
- Next by Date: Re: Can't print landscape
- Previous by thread: Re: Help! default text layout has suddenly become vertical!
- Next by thread: Re: code for set up a submit button in a word fom
- Index(es):