|
Is there a way to make a paragraph in a Microsoft Word 2003 document readonly using VBA?
Started by joe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can either use IRM or password protection....
Below is a sample macro that is selecting a piece of text, enabling it for editing, and then locking the rest of the document .
I think you can only do it by selecting the paragraphs that will not be protected .
|
|
I have a WPF window( using c# as code behind) that has some text fields, and I want when the user press print button take the information on these fields and use Microsoft word 2003 template that has some blank fields to be filled with these info coming...
Started by Abdullah BaMusa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is easy:
Add a COM reference to the the "Microsoft Word 11.0 Object Library" (or use is a little trickier than normal .NET objects, and the Office COM objects even more so:
Word.
|
|
I need to reinforce the structure of a Microsoft Word document.
EG:
Style Question here blah blah blah
Style Answer Here blah blahblah
The enforcement here would be the "Answer" style cannot be placed unless there is a "Question" style above it.
To do...
Started by joe on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Or anyone have any other.
Perhaps it will help.
To events for Word documents, including the Change event.
|
Ask your Facebook Friends
|
I need to find a way to quickly convert a latex document into a Microsoft Word 2003 document.
I'm using Kile to edit latex documents on Ubuntu at present.
I can do it the following way:
latex filename.tex tex4ht filename.tex mk4ht oolatex filename.tex...
Started by joshuascotton on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Now if the recipient of the document wants to edit it, she may ... .
All programs that allegedly convert a document from LaTeX to some word-processing format output from whatever.rtf to whatever.doc , and Word will open it just fine.
Here.
|
|
In Word there should be a functionality that when I right-click over any word the menu pops up and I can select the Synonyms. However instead of a list I only get a grayed-out No Suggestions and Thesaurus...
How can I restore this functionality? Ownership...
Started by ricbax on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
From this page it looks like the ....
Something that works for me, if you press Alt and click on any word, it should bring up the research toolbar (with that word as the search term) and you can select thesaurus or any of the other options.
|
|
I have an old .dot file with a few dozen styles in it.
I need to place them into another .dot file that I received. Is there a better way to get them in there than manually recreating each style?
Started by joe on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
UseThere is a 'Style Organizer' tool within Word which will let you copy styles from one document to another if they are both open ....
I think it was Tools -> Style Organizer or similar .
Remember what the option is in Word 2003.
|
|
Hi there
I have a paper written on Microsoft Word 2003 with a lot of styles. I wish to do another paper, but to use those styles. How can I do that?
I have Microsoft Word 2003 and Word 2007 on my machine.
many thanks
Started by doug on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The title barFrom here
There is a 'Style Organizer' tool within Word which will let you copy styles from one document to another if they are both open at....
Type or graphics you insert in Microsoft Word appear in the active document.
|
|
Hi all,
I've had someone else's pile of stuff handed to me. Among these items is a Word 2003 add-in (VSTO 2005 SE, .NET 2.0) that reportedly had been working fine in 2007, but our deployment environment calls for 2003. It installs apparently fine for ...
Started by andrewbadera on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This....
Microsoft\Office\Word\Addins\<add-in class name>\
or
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Word\Addins\<add-in classname>\
If the value of LoadBehavior is 2 your add-in has been disabled during startup.
|
|
Is it possible to use Outlook 2003 and enable "Use Microsoft Office Word 2003 to edit e-mail messages" (in the Mail Format options), but also have Office 2007 installed?
It appears that both Word 2003 and Word 2007 duel over which one is default. Having...
Started by Jon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I have used it before when dealing with an Act! problem that needed Word 2003 to be (and stay) the default instead of WordIt's certainly....
From the Microsoft KB , just scroll down to the section called Multiple versions of Word .
|
|
Is it possible in Microsoft Word (Word 2003 preferably) to insert an image from a url and have that image reloaded from url each time that document is opened?
The image itself is a map, and I'd like the map to be reloaded from the server each time the...
Started by Matthew Lock on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Can you turn on macros or VBscript? If not I don't think Word handles files dynamically like.
|