| Thread | Last Post | Replies |
|
| Cannot unload/remove add-in | 10 Apr 2007 14:39 GMT | 2 |
I have a Word add-in that I cannot unload or remove. It is not located in the startup folder but in it's own folder. However I cannot clear the checkmark next to it in the Templates and Add-ins dialog box (I clear it but it is checked again the next time I start Word). And, when ...
|
| Word 2007 board? | 10 Apr 2007 14:02 GMT | 2 |
For the most part, Word 2007 questions seem not to be answered on this vba board. Is there a specialty board for such questions? I have tried to find one, but haven't been successful. Thanks. Ed (in Virginia)
|
| Avoiding selection object when setting a range on a table macro | 10 Apr 2007 12:03 GMT | 8 |
below macro applies a custom paragraph style from the second row to the last row of a selected table. Can this code be improved, e.g. by not using the selection object when setting the range? Help is appreciated. Thank you very much in advance.
|
| Better tooltips for commandbar buttons? | 10 Apr 2007 09:58 GMT | 5 |
In the new toolbar I've been working on in a Word doct., I've found that the description is the part that is weak. In Excel, the name of the macro is one thing, the descriptive text that shows up when the mouse is hovered over each button is another. These 2 things are
|
| Writing automation clients for versions of Office including 2007 | 10 Apr 2007 09:46 GMT | 3 |
I have code that binds to the PIA for Word 2000 that I need to keep running. One of my clients wants to upgrade to 2007 and I would like to make the same code work for both. All of the kb articles I have read imply this should be OK as long as I use the earlier references, but ...
|
| Change Word page numbers into foreign language numerals. | 10 Apr 2007 09:28 GMT | 2 |
I have a document in Word created with Ethiopian language fonts. I would like to change the page numbers into Ethiopian numerals. All the numbers in the manuscript are between 1-2000. I can build a look uo table. Is there a way to serach for page numbers and replace them with the ...
|
| Word Selection and Ranges - dimensions | 10 Apr 2007 08:06 GMT | 3 |
Is there a way to find out programmatically the dimensions of a selected range. Obviously if I select a range of text and insert a textbox, Word knows how big to make that textbox and places all that text into the a correctly sized textbox. That is the information I'm trying to ...
|
| How To Save User Entered Drop Down List Items | 10 Apr 2007 06:44 GMT | 1 |
I have a user form where a user enters a list of words to be inserted in a document. The words they enter populates a drop down list and the user can then select one of the words and it is inserted into the Word document. This works fine. However, the list disappears when the user ...
|
| Conditional Find / Replace Challenge | 10 Apr 2007 03:31 GMT | 3 |
I need to know how I can search a whole document to replace every \^p (backslash and paragraph return), EXCEPT if it is immediately followed by 5 numbers, 1 letter, and a pipe character (|). Is this possible?
|
| Range start and end in Word footnotes | 10 Apr 2007 03:12 GMT | 1 |
In a Word macrop, I am used to doing Selection.Find, and then doing various things to the found text. I keep track of where I am with Selection.Start and Selection.end, and also such things as ActiveDocument.range(Selection.Start + 5, Selection.End - 1), etc.
|
| MID function no longer working in Word 2003 macro | 10 Apr 2007 00:19 GMT | 4 |
We have a number of macros we've developed over the years and some of them have suddenly quit working on some machines. All our machines run Windows XP and Office 2003, but we've narrowed the problem down to only those machines which were 'built fresh' with Office 2003-the others ...
|
| Using Word 2003 template toolbars in Word 2007 | 10 Apr 2007 00:00 GMT | 1 |
I have a large number of Word 2003 templates with VBA dialog boxes and their own toolbars. The dialog boxes work perfectly in Word 2007, but how about the toolbars? Do I need to add the commands I had on the 2003 onto the Quick Access 2007
|
| Run addin code when a document is closed or minimised | 09 Apr 2007 23:02 GMT | 2 |
Hello everyone. I am using Word 2007 with a VS2005 VB addin which creates a Corporate Tab on the Word Ribbon. Several of the controls on this tab need to be disabled when there are no documents open or they are minimised. Word starts with no
|
| why am i getting "object required" error message | 09 Apr 2007 21:21 GMT | 1 |
I tried the following code to try to populate a listbox with spelling errors. I found the code on the web. I am getting an "object required" error at the " For n = 0 To UserForm1.ListBox1.ListCount - 1" line.
|
| Can't select text and bookmark it | 09 Apr 2007 20:20 GMT | 8 |
Okay, I'm very new at this and this is probably very easy, but here goes. All I want to do is go into my footer, which contains a few lines, e.g. NAME: Doe, John, then SSN:....you get the picture. So I found this subroutine that does that works perfectly (selects name and
|