| Thread | Last Post | Replies |
|
| Duplex printing in Word XP on a HP 9000DN network printer | 09 Mar 2006 13:31 GMT | 4 |
I have copied the code shown in "Controlling the Printer from Word VBA Part 2: Using VBA to control Duplex, Color Mode and Print Quality" http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116 I have also installed a local printer que to the HP 9000DN on my computer,
|
| Returning cursor to previous position | 09 Mar 2006 12:16 GMT | 2 |
Is there a way to return cursor to previous position after running a macro? I will need to execute the macro but without changing the position of the cursor.
|
| Visual Studio 2005 Tools for Office | 09 Mar 2006 10:56 GMT | 5 |
I wondered what Visual Studio 2005 Tools for Office would allow me to do better than just using VBA. Does anyone have any experiences?
|
| How to adjust size line when copying data from excel to word | 09 Mar 2006 09:09 GMT | 3 |
I have copy and paste a table from excel to word and all lines are define as 1/2 point lenght. I link the data table using LINK excel8 function but I would like that all line 1/2 point be convert as 1/4 point. Does anyone know how to do that ?
|
| Merging Word Form with Mailmerge doc | 09 Mar 2006 06:12 GMT | 1 |
I created a form that our clients fill in on their computer and send back. I want to take those fields I created with the form feature in Word 2003 and fill in some mailmerge docs that I created mailmerge feature. I'm sure this can be done. Basically, your getting an electronic ...
|
| Splitting document on hard page break | 09 Mar 2006 05:02 GMT | 4 |
I've seen in several posts how to split each page in a document into a separate document. And I've seen how to search / replace hard page breaks. What I can't figure out is how to combine them and do the following - Take the pages between each hard page break and save them into ...
|
| How to restart numbering in a list | 09 Mar 2006 04:37 GMT | 2 |
I'm applying a numbered list style to some text within a macro. However, when I test the macro, the list numbering is continuing from previous rather than restarting. Can anyone tell me what I need to do in VB to reset the numbering .. here is a snippet of what I have:
|
| change the font | 09 Mar 2006 04:21 GMT | 1 |
We replace bookmarks: activedocument.bookmarks.add newstring, therange So can we change the font size for one & only one of the bookmarks as above? If so how. TIA
|
| Identifying passive voice errors | 09 Mar 2006 04:11 GMT | 2 |
I have three questions. Is there a way to identify text that contains passive voice errors? Is there a way to select the words that are green underlined from Microsoft's grammar checker?
|
| Link Fields even across Section Breaks? | 09 Mar 2006 03:51 GMT | 1 |
Hell everybody, I may be asking this in the wrong newsgroup, if so point me in the right direction. Otherwise, I was wondering if it is possible to link an inserted field to a field earlier in a word document so that when I change the
|
| Is it possible to change the position of an InlineShape? | 09 Mar 2006 03:48 GMT | 5 |
I'm working with many InlineShapes and need to move them around the document. Getting the Range they're anchored to and changing it (e.g. modifying "Start" and "End" properties) doesn't seem to have any effect. I can, in the Word document, cut and paste an InlineShape (thus moving ...
|
| Fill-In Field is updating in Header area on Print Preview? I don't want it to. | 08 Mar 2006 22:48 GMT | 1 |
I'm having a problem with a Word2003 template. When I add a Fill-In field within a document, it won't prompt me for it's value unless I update it automatically. This is how I want it. When I have a Fill-In field in a header or footer, it prompts me for its value every time I ...
|
| MS Engineers: Word 2003 Find/Change Automation from Excel 2003 cra | 08 Mar 2006 22:40 GMT | 4 |
This is a repost from an earlier post in the Excel->Programming forum. No one has any ideas how to solve this over there. Since posting over there, however, I have also tried to run this code as a Macro from within Powerpoint 2003, and I get the same results but a different error ...
|
| Document Variable Limits | 08 Mar 2006 21:01 GMT | 2 |
How much text can be saved in a document variable? Is formatting information saved along with text, or just the character string data? I've been trying to work with them, had some success and some not so success. Sincerely,
|
| Identify a Different Template for AutoText Entry | 08 Mar 2006 20:59 GMT | 3 |
I have a sub that works. It looks to the normal.dot. to Find an autotext entry. I'd like to be able to tell it to look for a specific template elsewhere -- not necessarily one of the default template directories. A pointer in the direction of how to declare a different template ...
|