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.