Help!

how do i delete the green border in the business card temp..

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Document Management RSS
Next:  Outlook 2007 w/ Business Contact Manager  
Author Message
mcsquared65
External


Since: Nov 05, 2009
Posts: 1



PostPosted: Thu Nov 05, 2009 8:14 am    Post subject: how do i delete the green border in the business card template?
Archived from groups: microsoft>public>word>docmanagement (more info?)

the template in word for general business cards
Back to top
Suzanne S. Barnhill
External


Since: Sep 26, 2003
Posts: 24065



PostPosted: Thu Nov 05, 2009 10:49 am    Post subject: Re: how do i delete the green border in the business card template? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

By default, business cards have no border; perhaps you are referring to the
table gridlines?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"mcsquared65" <mcsquared65.DeleteThis@discussions.microsoft.com> wrote in message
news:AB803FDF-9806-44DB-AFAE-B13D670430F7@microsoft.com...
> the template in word for general business cards
>
Back to top
Graham Mayor
External


Since: Jul 04, 2006
Posts: 4676



PostPosted: Fri Nov 06, 2009 3:10 am    Post subject: Re: how do i delete the green border in the business card template? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It's an autoshape. Select it and delete it from each row or run the
following macro

For i = ActiveDocument.Shapes.Count To 1 Step -1
With ActiveDocument.Shapes(i)
If .Fill.ForeColor.RGB = RGB(153, 195, 143) Then
.Delete
End If
End With
Next i

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


mcsquared65 wrote:
> the template in word for general business cards
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Document Management All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum