| Thread | Last Post | Replies |
|
| Protect Styles without restricting Character Formatting in 2002 & | 22 Mar 2007 11:09 GMT | 3 |
What I'm trying to do is keep wacky paragraph styles from other documents from being pasted into our official company documents. In Word 2003, I am able to set the Styles Protection and only allow certain paragraph styles to be pasted in. Any other styles get forced
|
| Bookmark Highlight Colours | 21 Mar 2007 21:34 GMT | 4 |
I wonder if anyone can help with this issue. I have a couple of large documents and in each are a number of bookmarks with similar names, e.g. bmInd1, bmInd2 , etc. I am trying to run a macro which, in using a dialog box, I specify the
|
| Create drop down list within an already created macro through VBA | 21 Mar 2007 20:47 GMT | 5 |
Hi there - I have some VBA experience, but am not an expert. I need to create a drop down form field within an alreay created macro. I'm assuming the only way to do this, if possible, would be through VBA. Any suggestions would be much
|
| create string from checkboxes in userform | 21 Mar 2007 19:12 GMT | 9 |
I currently have a userform in excel that has several checkboxes for the user to select. The checkboxes then apply a string value if the user selects the checkbox (ie. If chkbox.value = -1 then strname = "something" else strname = "" ). The values are then placed into the ...
|
| Customization Context causing error when not set to NormalTemplate | 21 Mar 2007 17:05 GMT | 2 |
I have an autonew macro in a couple Word 2003 templates that creates a menu that is visible when the end user is a document based on that template. The reason I need to create the menu programmatically is because they have Adobe Acrobat installed and it keeps trashing menus that I ...
|
| How to find a paragraph style in a Wd 2003 table | 21 Mar 2007 16:55 GMT | 4 |
We have a legacy template (Word 2000) that uses paragraph styles in tables (as that was the only way you could have table styles in 2000.). We also have code that processes documents and looks for styles. In this case the style is TFN (Table Footnote). If there is text w/i the ...
|
| slicing and dicing documents | 21 Mar 2007 16:46 GMT | 2 |
I'm a newbie to word programming, but I was wondering if I could use Word's COM interface to select arbitary pages from multiple documents and recombine them into a single document, allowing the user to arrange the order of the pages.
|
| Field code to jump to a specific page (Without using bookmarks) | 21 Mar 2007 16:22 GMT | 4 |
I know that I can embed a bookmark on a specific page and then create a field code with a PageRef with a hyperlink. But I am looking for a way to use a field code with a hyperlink that does not rely upon bookmarks. Example: Page 12
|
| Applying Field Formatting Automatically in Word 2003 | 21 Mar 2007 15:05 GMT | 3 |
I'm using Word 2003 and trying to populate fields with data using result.text=<Data>. So if wdField is a Word.Field object that I want to populate I use wdField.Result.Text=<Data>. It puts the data in there, but when I enter data into a formatted field like a date field, the ...
|
| Select the first shape in a selection | 21 Mar 2007 13:58 GMT | 7 |
I just can't work out a method to select the first shape contained within the current Selection. Shapes do not appear to be extractable from the Selection object and each shape on the Document object is unwilling to tell me its Range so I can test
|
| Need macro to set all pictures in document to a certain size | 21 Mar 2007 10:01 GMT | 2 |
i need a macro to set all pics to a certain size (in this case 4.5cm high and 2.81cm wide). I have tried resizing the pictures to the desired size manually first but its no good because i cant find a prgram to do it that is free and doesnt
|
| Can't Undo a Paste Special... | 21 Mar 2007 02:34 GMT | 6 |
Recently we've begun to standardize our formats and update all of our documents at work. I've created a master template which has all of our boilerplate text, headers and footers. Oftentimes, a user will open a document based on this template, and
|
| User Form, Stay/w Form | 21 Mar 2007 02:13 GMT | 2 |
I am not new to VBA, but I am to user forms in Word. I have created a user form that populates form fields in a document based on the value selected in a drop down. Everything works good. It appears that the form and code are part of normal.dot, rather than
|
| Form and Macro Problem | 20 Mar 2007 23:49 GMT | 4 |
I currently have a problem that seems simple but is not in Word and don't know if it can be done. I'd appreciate any feedback anyone here may have that may clarify for me if this can even be done in Word and if not, I'm pretty sure I can do it in Excel, but the person I'm working ...
|
| Comments/Annotations and Track changes (toggle back and forth) | 20 Mar 2007 23:48 GMT | 1 |
Is there a built-in function within Word 2003 to hide comments and only display track changes or vice versa?
 Signature Smile...it is good for you! :)
|