Quote:
Originally Posted by jc491
I have never heard of the ghost feature before.
|
There isn't one - "TblGhost" is the name of a Style the macro creates.
Quote:
Originally Posted by jc491
I hope you don't mind me asking - am I able to change the font size in the main Visible columns? Its a size 12 at the moment - If I can make the font bigger it would be easy on the eyes.
|
You can make the font whatever size you want, just by changing the 12 in:
.Size = 12
For an existing document that's already had the macro run on it, simply modify the font size for the "TblTxt" Style. That's the power of using Styles - change the Style definition and everything based on that Style updates.