| Thread | Last Post | Replies |
|
| Update mailmerge path with vba on opening - Add-ins or another way? | 28 Aug 2007 07:26 GMT | 2 |
I have a mailmerge document connected to a excel named range. The link reference is to a library below my 'office standard library'. When I send the excel source file and the mailmerge word document to other users, the link/connection doesn't work. I guess it still is
|
| Insert Bullet | 28 Aug 2007 07:01 GMT | 4 |
I am trying to insert a bulleted point with this: With wrdCell.Range .AutoFormat .Text = "Text First Line"
|
| recognizing an active document under a generic name | 28 Aug 2007 03:26 GMT | 4 |
I am writing macros to use on hundreds of documents with different names. I am copying from each and pasting in a different template. When I have the document I am currently working on open, how do I get Word to recognize the specific document name as a generic one (i.e. doc1) ...
|
| Shapes().Select; Nothing Happens | 28 Aug 2007 02:37 GMT | 1 |
Hi, I'm pretty dumbfounded here--I hope someone can help me: I've taken over development of a Word 2000 document from another developer. There's a lot of macro code, named bookmarks and shapes. The problem I'm having is the below line:
|
| getting user name from active directory | 28 Aug 2007 02:14 GMT | 3 |
I'd like to be able to grab the user first name and last name from Active Directory, to place in a form I've created. I'm not sure what kind of connection to set up. Thank you for any help you can provide.
|
| Copy all parenthetical expressions at the end of the document (incl. Fields) | 27 Aug 2007 21:17 GMT | 2 |
Dear Experts: Below macro is supposed to copy all parenthetical expressions at the end of the document. It is running fine with the exception that ... ... parenthetical expressions within a table causes it to fall into an
|
| Combining Multiple RTF Documents into One Master Document | 27 Aug 2007 20:45 GMT | 1 |
I need to be able to combine 1,000 or more multi-page RTF documents into one large RTF master document on an ongoing basis. I need the individual page numbers of the original source documents i.e. (page 2 of 3) to be preserved in the master document.
|
| StyleRef in VBA | 27 Aug 2007 19:21 GMT | 4 |
Is there any way of getting the content of a style that precedes the current selection? It is possible to use StyleRef to add the information to the document and then read the content of the header, but this may not be practical.
|
| autotextlist items work at office, but not at home | 27 Aug 2007 17:48 GMT | 2 |
I created a template within which a number of autotextlist fields are defined. They work fine when I open the template directly, and they work fine when I generate a document from the template. But when I take the template home to do more work on it on another PC, and
|
| Execute an INCLUDETEXT with a macrobutton? | 27 Aug 2007 17:13 GMT | 5 |
I need to enable users to insert conditional text at various points in a proposal template, such as [here1] and/or [here2]. The desired result is to be able to provide users with a proposal-generator template that has ‘topically-labeled buttons’ in it, that will let a user decide ...
|
| Use Mail Merge to Identify a Spe cific Record and ‘Mail Merge’ it | 27 Aug 2007 16:40 GMT | 6 |
I am trying to use VBA to look for, and identify, a specific record and complete the mail merge. I record a macro that does the mail merge for me, but it doesn’t allow a user to input an ID number into the word doc. and thereafter import the appropriate contact information for ...
|
| Macro Find and Replace with styles | 27 Aug 2007 12:45 GMT | 5 |
Hi, i have a macro which formats the text between Html-Tags like <U1>Text</U1> with standard header styles. The problem is that my whole document will be replaced with this format style. But i only want to format the text between
|
| Dropdown boxes | 27 Aug 2007 10:35 GMT | 1 |
I have a doc (form) in which I have created multiple dropdown boxes. When I get ready to fill in the form Word automatically takes me from the first dropdown box to the second to the third, etc. I want to be able to jump around the form and randomly fill in the boxes.
|
| How to Check Section Exists | 27 Aug 2007 09:50 GMT | 1 |
I want to check if section1 exists then set it protected and if section 2 exists the set as protected = false How can I achieve this Thanks in Advance.
|
| Macro to insert file, pause, get response, act on response | 27 Aug 2007 00:00 GMT | 10 |
I'm trying to write a macro which will insert a file (varying files from a document management system - Imanage), pause and wait for the user to input the document number and then act on the user's response. Can't seem to get that code using the Macro Recorder in Word - don't ...
|