| Thread | Last Post | Replies |
|
| How to duplicate certain pages a number of times by Word VBA? | 11 Feb 2008 12:18 GMT | 4 |
I have a long MS Word document and I want to duplicate some pages, say P.1 and P.3, several times by VBA. How can I make it? I want to choose the pages I want to duplicate and the number of times of duplication in the VBA code. Thank you.
|
| How to use bookmarks in header | 11 Feb 2008 10:22 GMT | 3 |
I have old templates for use bookmarks from a form into the bookmarks. Some bookmarks are in the header and i cant get i work in office2007. Eralier i was using wordbasic commmands, but this is not right i think. Someone out there can help me?
|
| Strange oHeader Behavior | 10 Feb 2008 22:31 GMT | 11 |
Updating to Office 12 has introduced some new odd behavior. Some of my doc's have header content others dont', so for example... In a doc that has NO header content and two merge fields at the top of the doc Name & Policy number which are updated via a legacy addin using DDE. As ...
|
| MACRO TO CLEAR A FORM | 10 Feb 2008 11:14 GMT | 1 |
I have created a form for use in my office. I would like to have a "clear" or "reset" button at the top so that the data can be cleared from the form. Is there an easy way (I"m assuming a macro is needed with a button).
|
| MS Auto Insert in Headers | 10 Feb 2008 11:11 GMT | 1 |
I am wondering if there is a way to use an auto insert in a header as a template and to have that auto inserted text not show the extension at the end? In other words, can I use some text that I have created to Auto Insert as a header in a Word document and when I inser the text, to ...
|
| VBA code to go from one macrobutton to another one | 10 Feb 2008 00:55 GMT | 3 |
I have several macrobuttons in a document and a few of these examples are "name", "address", "phone no". They are coded in the form of {macrobutton nomacro XXXX} which acts as a text holder. I want to write a VBA code to do the following:
|
| a Loop that inserts | 09 Feb 2008 21:11 GMT | 7 |
Hello from Steved I’m looking for a loop to look for L [0]:[0]:[0] R [0]:[0]:[0]
|
| Cutting and copying a list in VBA | 09 Feb 2008 17:23 GMT | 5 |
In Word 2003, how can I cut a list that is under my cursor and copy it using VBA? The list is created with Word's auto-numbering and auto-outlining feature. Regards,
|
| FILLIN or similar function for multiple fields | 09 Feb 2008 13:41 GMT | 2 |
Ladies and gentlemen, I am not a programmer... Having said that, I am hoping my question will elicit some response that would steer me in the right direction, and I will go read up on whatever basic programming information I need to master to
|
| getting an IWin32Window | 09 Feb 2008 12:15 GMT | 3 |
I am new to Microsoft Word add-ins, so please excuse me if I am totally ignorant and way off the mark :o) I keep seeing the nomenclature "UserForm", but as far as I can tell it is not, as I might have expected, an object based on a different base class
|
| Getting the name of an object | 09 Feb 2008 01:40 GMT | 1 |
I want to pass frame objects to a sub and need to determine the name of the frame. When I try to get the name by: oFrame.Name I get an error. How can I get the name of the frame?
|
| Date Adjustments and Document Editing | 08 Feb 2008 14:53 GMT | 3 |
Hello all. I am having a little bit of trouble with MS Word 2003. I have a document for work that requires consecutive dates in it for a week. I would like to be able to enter the first date in the first field and Word automatically adjust the dates for the next six fields. Is ...
|
| Please address the problem of Word 2008 with Xerox Phaser 6110 | 08 Feb 2008 14:40 GMT | 2 |
When attempting to print an essay or any other word document, Word 2008 previews a blank document when printing from Xerox Phaser 6110 color laser printer, a newish model from 2006, and therefore the printer prints a blank sheet. There must be a plug-in for word that will solve ...
|
| Automatic Cross-references | 08 Feb 2008 14:32 GMT | 7 |
This is a three-part question. I want to generate a list of cross-references at the end of the document that can be copied and pasted wherever they are needed. So far, I have created a macro that searches for heading styles and insert a cross-reference
|
| Field Code - Ask | 08 Feb 2008 13:53 GMT | 2 |
I am working on a template in Word 2002. I'm using the Ask field code. Everything works fine except two things. One of the fields that I bookmarked is in a header. It doesn't seem to populate in a Header. Can this be fixed?
|