How to hide some data from word

S

SSD

I want to hide certain data from word /excel/popwer point through
programmatically. Can you please help me?
 
J

JLatham

What exactly is it that you want to hide?

I suspect that you are going to need 3 different solutions: 1 for each of
the applications you've mentioned.
 
S

SSD

JLatham,
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.
Is this possible please let me know.
Many thanks in advance

SSD
 
J

JLatham

This is an Excel forum and you'l probably get good help on hiding things in
Excel in here, but not a lot for Word and/or PowerPoint.

For Word, you're going to want to set the Font.Hidden property to TRUE in
VBA code. You can record a macro to do that. I suspect that you want to do
this at some particular time or based on some action and there are very few
events to choose from in Word.

For the Excel side, if you'd explain what it is you want to hide and when
you want to hide it, that will help here. Again, you could record a macro to
do this and use that if you just want to hide the information when you decide
it needs to be hidden. But if you want it to be hidden under special
circumstances (as when data in some worksheet meets some condition) then we
need to know what those circumstances are.
 
S

SSD

Thanks JLatham,
I want to perfom this programatically using vc++.
Will you guide me for this

SSD
 
J

JLatham

Sorry, but VC++ is not a language that I program in.

There are discussion groups dedicated to VC - look in the list in the
left-hand pane of this web page, scroll down to microsoft.public.vc and
expand the list for more specific areas.

It kind of looks like the microsoft.public.vc.mfc.docview discussion area
would be one you would get good help in - or else they can point you to
others.
 

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