problem of background color in MS-Word

  • Thread starter Thread starter IMS.Rushikesh
  • Start date Start date
I

IMS.Rushikesh

Hi Friends,

I am having a problem to set a background color of any selected Word in
MS-Word.
Only few default (nearly 16 colors) are allow to set as Background
color in MS-Word.
But i want to set all applicable background colors. Is there any way or
alternative for this.

Your help is greatly appriciate for me...
Waiting for your replies...

Thanks
Rushikesh Joshi
 
HI,

And how this is related to the C3 programming language?

cheers,
 
Hi All,

I want to do it using programing.
I am creting an Add-in using C#.NET. and I am unable to set the
background color of any word in MS-Word.

I can do it using
Selection.Range.HighlightColorIndex = wdBlue;

Miscrosoft Word only allow to set only 16 different colors as
background in word.
check this wdColorIndex
http://msdn.microsoft.com/library/e...ghlightColorIndex1_HV05210967.asp?frame=true#

I want to set customize background color....User should be set any
color as background color in Ms-Word.

Thanks & Regards,
Rushikesh
 

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

Back
Top