View Single Post
 
Old 05-15-2012, 11:33 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,382
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Umesh,

Who is Peter?
Quote:
1) With the shading macro - it actually changes the shade from what ever the shade is to white shading. can we apply no shading.
No, it doesn't - it removes shading, returning it to Word's default state and, even if it applied white shading, you could then apply a different shade.
Quote:
how we can left align all the tables in the document in one hit.
After:
With oTbl
add:
.Rows.LeftIndent = 0
Note that this still processes tables one-at-a-time.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote