How to hide paragraph from word document

S

SSD

I want the solution for 3 different application(word/excel/powerpnt)
Ex. In word there are 5 paragraphs.But I want to hide para 2 programmticaly
using VC++.

Is this possible please let me know.

Many thanks in advance

SSD
 
J

Jean-Guy Marcil

SSD was telling us:
SSD nous racontait que :
I want the solution for 3 different application(word/excel/powerpnt)
Ex. In word there are 5 paragraphs.But I want to hide para 2
programmticaly using VC++.

Is this possible please let me know.

I do not understand how your question applies to all three apps...
There are no paragraphs in Excel and PowerPoint is built with slides...
Would you mean the second paragraph on the first slide? If so, in which text
zone?

In Word, you an use code to hide/unhide by using
expression.Font.Hidden = True 'or False


--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top