| Thread | Last Post | Replies |
|
| Word's Dialog Boxes are too small! | 10 May 2008 01:57 GMT | 1 |
Some dialog boxes in Word are too small to display sufficient information. Is there some way to make them larger? (Same goes for some Windows XP dialogs, too)
|
| Delete default custom file properties? | 10 May 2008 01:54 GMT | 1 |
My Office 2003 version of Word appears to contain the following UNWANTED values in the Custom File Properties window. How do I clean these pesky items out? The Delete button is greyed out for all of them! Checked by
|
| Wrapper class for ContentControls (implementing Text property) | 09 May 2008 22:19 GMT | 4 |
Hi group. I am working with ContentControls in Word 2007 and have now (once again) stumbled upon something peculiar. The basic Microsoft.Office.Tools.Word.ContentControl class - the type that can represent all eight types of content controls - has lots of
|
| Compile Error | 09 May 2008 18:08 GMT | 2 |
I have the following code "With ActiveDocument.bookmarks(txtWorkNo).Range.InsertBefore(TextBox1)". And I receive a Compile Error: Expected Function or variable. It highlights the ".InsertBefore" in the code. What did I miss that this error occurs?
|
| TOC Question | 09 May 2008 17:53 GMT | 3 |
I’m trying to format my TOC as Follows: 1.0 text 2.0 text 2.1 text
|
| Self-deleting macro button? | 09 May 2008 17:21 GMT | 1 |
I have a macrobutton embedded in a line of hidden 'instruction' text. The macrobutton works fine - But the hidden instruction line is no longer needed as soon as the macro executes. What syntax can I add to the macro button's macro, that will delete the entire hidden line, macro ...
|
| Combobox Value does not change | 09 May 2008 15:57 GMT | 6 |
I have created a form template in Word. This form includes two combo boxes (from the toolbox), one for a product code and the other for quantity. I have a formfield that uses an entry macro that calculates the amount based on the two combo box values. The form is password
|
| showing only some parts of a document | 09 May 2008 15:34 GMT | 1 |
I´m not sure how to explain my problem. I´m making a contract with different paragraphs and parts in it. It is a general contract but it would be used to many purposes. I would like it to be so that you can choose in the beginning wich parts and paragraphs of the contract you ...
|
| document template | 09 May 2008 14:23 GMT | 1 |
How do I lock certain bits of text in a new template i am making? And does anyone know how to create a shaded field where users can insert text?
|
| Hiding open document | 09 May 2008 13:10 GMT | 5 |
Hi, is it possible to write code that hides the open word document from view (but doesn't actually close it) and vice versa. I know you can hide workbooks in excel, but i cant see that you can do the same in Word so cant even begin to try and code it.
|
| Completely Copying Styles | 09 May 2008 10:41 GMT | 5 |
How can I use vba to create new style, using an existing style as a model - but NOT using "based on". In other words, I want to copy EVERYTHING possible about a style into a new style, with a new name. Does anybody have any idea how to do this completely, thoroughly, and
|
| How to make it search from the beginning of the document? | 09 May 2008 04:45 GMT | 1 |
Somebody gave me the following code to search words in red in a document: With Selection.Find .ClearFormatting
|
| "Probable VIRUS Detected" message | 09 May 2008 01:23 GMT | 1 |
I create a very short macro for a particular form document and get this message whenever I open the document. It is a very simple macro that turns off the document protection when the user reaches the last Text form field. How do I stop this from appearing?
|
| first bigger project | 09 May 2008 01:21 GMT | 3 |
can you recommend me a topic in which I can program a first bigger project with Word VBA? What could I do, which is not to difficult but combine the objects of word in a way that I can learn to program bigger problems? And how do you go, start to program bigger problems, ...
|
| macro help please | 09 May 2008 01:19 GMT | 3 |
Hello all this is my first post. I could do with your advice. I have a 20 similar documents which share many repeating comments of 1 sentence long. I have to update these old comments with new edited comments. I have created a table with two columns, containing the old comments and ...
|