| Thread | Last Post | Replies |
|
| Would to remove rogue carriage returns (It don't belong there) | 17 Aug 2007 02:23 GMT | 2 |
I have a very large document I need to edit. The problem is carriage return appears mid sentence in some cases. How do I remove only the carriage returns that appear after only 1 word in the line.
|
| Detect color in document | 17 Aug 2007 02:14 GMT | 3 |
Is it possible to accurately detect color in each page of a document with VBA? I need to know which page will show color when they are printed to a color printer.
|
| How to chang hightlight color? | 17 Aug 2007 02:12 GMT | 2 |
Dear friends, I wish to set highlight color for a particular list of words in blue and another in pink. But not sure where and how to do that. I know a simple highlighting but it
|
| Select Case with Dropdown | 17 Aug 2007 01:48 GMT | 4 |
Am developing a Word 2003 protected template. Scenario: the template is a business card request form. When the user selects their facility from a dropdown in one of the form fields, I would like to populate a 'dummy' of the card I have created with the 'plant name' and below ...
|
| view and reselect currently selected bookmarked form field | 16 Aug 2007 16:02 GMT | 2 |
i have a series of drop down boxes that with have code to add items to their list (see my other thread for details if you are insterested, http://www.officekb.com/Uwe/Forum.aspx/word-program/958/form-field-drop-down-25- limit-list-I-have-made-a-fix-of-sorts#76c655d6f15bfuwe ) and due ...
|
| subroutine assistance | 16 Aug 2007 15:15 GMT | 1 |
I am trying to write a subroutine where A is the array of temperature data lenght is the number of temperature records to be searched and MIN and Max to return the values
|
| How do I link to numbering within same document? | 16 Aug 2007 06:22 GMT | 2 |
I've got numbered paragraphs within a document that were created under Bullets & Numbering. Within some paragraphs there are references to previous or future paragraphs by thir paragraph number. How do I link the paragraph numbering to the reference so that when a paragraph ...
|
| Convert document to a fillable-form | 15 Aug 2007 22:50 GMT | 3 |
I am using Office 2003 on Windows XP. I have a MS-Word document that is essentially a form. What I want to do is add text boxes, check boxes, and option buttons directly in the document so people can fill it in (not on the web).
|
| Search and replace in the header of Word Documents | 15 Aug 2007 21:26 GMT | 2 |
I need to be able to do a search and replace in the header of Word documents. The following VBS code works on the body of Word documents, but not the header. Help much appreciated. Const wdReplaceAll = 2
|
| tmp file bloat/memory problem | 15 Aug 2007 17:46 GMT | 1 |
I've got a tmp file that bloats significantly (at least 15mb) every time I run a procedure in a Word COM addin (written in VB6). The file (~WRS*.tmp - actual name different of course every with every instance of Word) is created when Word starts and deleted when Word closes. ...
|
| Finding user-defined toobars | 15 Aug 2007 11:48 GMT | 2 |
I have a very simple question pertaining to user-defined toolbars. So far, I know how to turn on and off the visibility of toobars (either docked or floating palettes) Example below: CommandBars("GRPT_Toolbar").Visible = True
|
| How to loop a certain header with a certain condition | 15 Aug 2007 10:11 GMT | 14 |
I have my program that has different header text in every page. How would i do that? Anything has an idea of this? Thanks in advance...
|
| UserForm ListBoxes | 15 Aug 2007 09:43 GMT | 8 |
I have a userform based on the "Cascading ListBoxes" example from Greg Maxey's site http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm. It populates list boxes dependent on the value of the prior list box. How do I extend this functionality beyond 3 list boxes? For example,
|
| Copy a paragraph style from template to document | 15 Aug 2007 09:31 GMT | 8 |
I am trying to write a macro which will copy a particular paragraph style from my normal.dot to the active document. I've trawled through the posts but can only find one which copies all styles, which I don't particularly want to do. Can anyone help?
|
| #REF! = 0 | 15 Aug 2007 09:30 GMT | 1 |
How do i set the cell ref erro equal to zero if there is an error in the workbook
|