| Thread | Last Post | Replies |
|
| Hard return to activate "dead" hyperlink in Word... | 28 Nov 2006 20:23 GMT | 8 |
Hello. Here's my dilemma. Hope someone out there can help. I'm taking data from one program and pasting into Word (with this other program, there's really no export function, so cutting and pasting is the only way I can do this). The problem is that when I paste the
|
| Paste Unformatted Text macro | 28 Nov 2006 20:13 GMT | 3 |
If someone could just point me in the right direction, i'd be thankful... I wrote a simple macro for Word 2000 that used the F12 button to "paste unformatted text" into my documents. Unfortunately, this macro refuses to work now that i've upgraded to 2003 (even though the ...
|
| AutoOpen | 28 Nov 2006 17:55 GMT | 2 |
My AutoOpen macro has stopped working. It's this: ActiveWindow.Caption = ActiveDocument.FullName If I open a document using File | Open, it works. Double-clicking a document name or icon does not work. Once the document is
|
| How to get height of row for last row on page | 28 Nov 2006 17:32 GMT | 1 |
I can get the height of a row by subtracting the next rows VerticalPositionRelativeToPage from the current. How do I get the last rows height if the next row is on a new page? Any help would be appreciated.
|
| How to create a button for inserting bookmark | 28 Nov 2006 17:00 GMT | 4 |
I need step wise help for creating a button for inserting bookmark, also second step is can a code be added to make the bookmark in ascending orders with each insertion. For example, at first click of the button in the word document say a "Bookmark1" is inserted and next time at ...
|
| Cloning word page programmatically | 28 Nov 2006 16:57 GMT | 6 |
I have a 1 page word document with bookmarks and images which I use to do some reports, but in that page only fits 20 names but some times I need more than 20 names...how can I create a second page with the same bookmarks and images so I can continue filling from the 20th name and ...
|
| wbk managament macro | 28 Nov 2006 16:25 GMT | 3 |
Thanks to assistance in another group, I found the following macro, which saves my wbks to two directories, allowing me to delete the backups in my active directory and still have copies: Sub SaveToTwoLocations()
|
| Resolution of graphics in & out of Design Mode | 28 Nov 2006 15:24 GMT | 1 |
I am authoring a form in MS Word. On the form, from the controls toolbox, I have placed an image container (lower left of the toolbox). Using the Properties panel I insert the actual graphic I want inside the container and the graphic looks great. Then, when I exit Design Mode, ...
|
| Resizing Priperty Windows | 28 Nov 2006 15:24 GMT | 1 |
Can not resize Property Window. Have tried: Tool -> Option -> Docking, Window -> Vertically, View -> Customize, and drag. Drag works Up/Dn, but not Left/Right.
|
| VBA reference problem | 28 Nov 2006 13:56 GMT | 2 |
I have two word template projects. One is loaded globally from the autostart folder you can specify in the word options. This one contains a toolbar button by which the user can add a signature graphic file to the document and some basic methods
|
| template find and replace | 28 Nov 2006 10:40 GMT | 2 |
We have a load of templates that require updating from time to time. Is it possible to perform a batch find and replace across all templates in a folder?
|
| toolbar button for printing | 28 Nov 2006 10:25 GMT | 3 |
Can anyone point me in the right direction. I want to write an application that implments a toolbar button in Word. Clicking the button should print the current document. I want to control which printer tray different pages of the document are printed to.
|
| Merge to an empty dataset | 28 Nov 2006 02:29 GMT | 2 |
I am using Word 2002 and have a macro with a set of linked merges. In some cases there will be no record that satisfies a query condition. How can I eliminate the error message that appears and keep the macro running when the dataset is empty for this query?
|
| Conditionally Compile for Word 2007? | 28 Nov 2006 01:28 GMT | 2 |
I've got a template that features in menu in earlier versions of Word, and when it runs in Word 2007, I want it to use a tab on the ribbon instead. I've got the tab working, and I know how to dynamically determine (from Application.Version) if I'm running in Word 2007, so I
|
| Save Document To Two Locations With Single Save | 28 Nov 2006 01:03 GMT | 8 |
I have attempted to create a macro that is described in Graham Mayor's instructions. However, once I have the macro saved, by following those instructions, it looks as if the macro works great. When I close Word down and attempt to reopen the document, or any other Word document, ...
|