C
Charles Kenyon
I would like to change all the text in a table to hidden text without
selecting the table. Can I do this using a range? How?
I know I can hide the table using
ActiveDocument.Tables(3).Select
Selection.Font.Hidden = True
If it matters, the code I'm writing should work in Word 97, 2000, 2002 &
2003.
--
Charles Kenyon
Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>
See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
selecting the table. Can I do this using a range? How?
I know I can hide the table using
ActiveDocument.Tables(3).Select
Selection.Font.Hidden = True
If it matters, the code I'm writing should work in Word 97, 2000, 2002 &
2003.
--
Charles Kenyon
Word New User FAQ & Web Directory:
<URL: http://addbalance.com/word/index.htm>
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide)
<URL: http://addbalance.com/usersguide/index.htm>
See also the MVP FAQ: <URL: http://www.mvps.org/word/> which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.