| Thread | Last Post | Replies |
|
| Slash should break words at end of line like hyphen. | 05 Apr 2006 22:13 GMT | 2 |
I'm using Microsoft Word 2003. Sometimes I put words together with the slash, such as writer/producer/director. Web addresses (URLs) also use slashes. When a string of words with slashes nears the end of a line, Word wraps the whole string as if it's all one word. To get around ...
|
| Range object vs. Selection object | 05 Apr 2006 19:09 GMT | 3 |
I'm just not "getting" this conversion from Selection object thinking to Range object thinking! My code was: Sub oldCode() 'removes Doc3 from packet
|
| Speed up repaginating | 05 Apr 2006 18:45 GMT | 2 |
I have some code that builds a letter package that starts froma 1 page document and then inserts various other files and can end up over 300 pages in length. However, the code takes quite a while to run as each time it inserts a file
|
| Field codes/autotext | 05 Apr 2006 17:33 GMT | 9 |
When inserting a generic autotext from Insert - Autotext - Hearder/Footer - File Name and Path I get this: FILENAME \p C:\Documents and Settings\mette\My Documents\Testing.doc I have tried to toggle the field codes without any luck (ALT+F9). I beleive
|
| Applying Styles from a template to an existing document | 05 Apr 2006 17:25 GMT | 4 |
A colleague emails that: "You want to attach the template, and then use the Organizer to copy the styles from the template into the open document. This way, the styles
|
| Bookmarks got empty from FormFields | 05 Apr 2006 17:05 GMT | 4 |
Is the quantity of formfields in a word document limited? In case of yes, what's the max?
|
| Word mutti-session handling within VBA | 05 Apr 2006 16:00 GMT | 10 |
I have my VBA code fires up a word doc at run time, which does some search and text gathering and populates into an Access table, then it QUIT (by oWord.QUIT method). At this stage if the user opens another word doc, play around and exit, the
|
| How to disable "more..." on pull-down style menu | 05 Apr 2006 15:19 GMT | 1 |
I have a custom solution in WORD 2003 thatr needs to prevent the Task pane from being displayed to the user. The style pull-down list has a "more..." at the end of the list, that when clicked, displays the Task Pane and places the user in the Styles and Formatting component of ...
|
| Program works good when executing step by step only | 05 Apr 2006 15:16 GMT | 2 |
If I make a Ctrl-F8 at the line "For i = 1 To tbl.Rows.Count" and execute F5 thereafter, all works good. I tried to make a Ctrl-F8 only at the end of the following code and the results is not good. I really don't know why the result is not the same ?
|
| prevent WORD name style changes | 05 Apr 2006 15:13 GMT | 5 |
WORD 2003 - I have set the document protecion and restricted format and style changes. However, the user is able to change the name of any built-in style if they include a comma. Once changed ,there ias no way to change it except to remove the protecion and modify the style ...
|
| Message Boxes - Un even output | 05 Apr 2006 14:41 GMT | 1 |
Hello; I have a question about a message box code I have implemented inside of a macro for Word 2003. On my computer (Word 2003) The box output is even, everything lines up.
|
| Need to extract all tables from a word doc (including nested cells | 05 Apr 2006 14:33 GMT | 3 |
Ok I have a bit of an odd problem and to make things worse I've only used VBA in Access, never word. I have a massive word document that has several hundred tables. The tables have (in some cases) nested cells. This happened because the
|
| keyboard navigation in self created userforms | 05 Apr 2006 12:54 GMT | 2 |
I have created a userform to use for inputting information in a regularly used template. When using it, I tend to tab between fields as I input. The sequence is illogical and I'm not sure why. I'd like the tabs to take the cursor from top to bottom and then on to the control ...
|
| Macro - Enabling All Grammar options when run | 05 Apr 2006 12:47 GMT | 1 |
As part of a large macro I am writing one of the functions calls the spell checker, and grammar checker. ie. Function CheckGrSpell()
|
| GetAddress does not provide all fields | 05 Apr 2006 12:47 GMT | 7 |
I'm working with a Word VBA application in Office 2000 under Windows XP. The code below returns all fields, except for the last three ( "<PR_STREET_ADDRESS>", "<PR_POSTAL_CODE>" and "<PR_LOCALITY>"). They are all empty.
|