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
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top