| Thread | Last Post | Replies |
|
| Select current paragraph | 03 Apr 2005 14:57 GMT | 1 |
I want to write a macro to select the current paragraph and transpose it with the paragraph before. My problem is finding the command to select the current paragraph - the same action that occurs on a triple click.
|
| Question for Doug Robbins | 03 Apr 2005 12:10 GMT | 2 |
Hi doug have a problem with your code was wondering if you have a solution to this after a selection has been made from the external table into combobox 1 then if the user wants to type their own information into the combobox
|
| Possible to use REF in a footer to get bookmark value? | 03 Apr 2005 12:06 GMT | 1 |
I have a Word template that has two protected sections. In the first protected section is a field with the field code "{ REF bkDateTime }" which gets the value of a Text Form Field within the second protected section. The field in the second protected section has the following ...
|
| Textbox in Header problem | 03 Apr 2005 07:40 GMT | 1 |
I have a letterhead template that has a text box inserted and locked in position outside of the bounding area of the header area that holds the company logo. When I copy the original documents primary header and paste it into the new letterhead document, the textbox logo is gone. ...
|
| Global Templates | 03 Apr 2005 07:27 GMT | 2 |
I use Office 2003 and am new at MS Word macros. As I was starting to create a few macros that I would want to use for some time, I was advised to put them into a special global template for safe keeping in case I had to start over with a clean normal.dot. Although this still ...
|
| Adding 2 key-clicks to a macro | 03 Apr 2005 06:13 GMT | 8 |
I have a macro that I use during the process of mail-merging a table using addresses from an Outlook contacts folder. To do the mail-merge, I begin in the contacts folder of OL (2003). I click Tools | Mail-merge | Browse | Double-click the Existing Document file to use | Select ...
|
| Does Spell/Grammar Check detect run-on sentences, etc? | 03 Apr 2005 04:41 GMT | 4 |
Does anyone know if Word detects run-on sentences? In "We look forward to exciting April events as we return from Easter vacation. First, our eighth graders and parents make their long-..." the period just before "First" was originally a comma, not a period. (A person detected ...
|
| Befuddled by Bookmarks | 03 Apr 2005 03:00 GMT | 1 |
I am really becoming confused when it comes to navigating bookmarks. I have no problem when I reference bookmarks by name, but I run into problems whenever I try to vavigate based on wdGotoNext, wdGotoAbsolute, wdGotoFirst, etc. I have a document with 3 bookmarks (the msgbox ...
|
| Acrobat 7 blocks Global Template Save | 02 Apr 2005 23:39 GMT | 8 |
Users have reported that after installing Acrobat 7 that changes made to normal.dot are not being saved. One of the posters confirmed that Shift+File>SaveAll before closing Word resolved his problem. I am wonder if the following AutoExit would work? I don't have Acrobate 7
|
| Declaring | 02 Apr 2005 04:31 GMT | 1 |
I am trying to discipline myself to properly declare variable. In the example below it took me 15 minutes to stumble on Oject to work with oSpError. Is Object the right choice in this case? Sub printSpellingErrors()
|
| wdGotoBookMark Constant | 02 Apr 2005 02:36 GMT | 1 |
In Word 2002 I am receiving a "bad parameter" error whenever I try to use wdGotoBookMark (for example, rng.GotoNext wdBookMark). The debugger shows that the value of the constant is -1. What is the correct value of the constant? I Googled for an answer (I really doubt I am the ...
|
| Combo Box with Available Printers | 02 Apr 2005 02:24 GMT | 1 |
Is there a way to display in a drop-down list at the top of a form all of the printers the user has access to? The user's active printer would be shown but they could click on the drop-down list and select another printer. These would
|
| Problems with RTF link font | 01 Apr 2005 23:29 GMT | 1 |
I have created a form that has many different text fields. At the end of the page is the final section for comments to be made. My problem is - there is a tabled section at the beginning
|
| Run form a number of times depending on first form | 01 Apr 2005 21:03 GMT | 7 |
I'm a little lost and need some help. I have a group of forms that I intend to use to populate a form which will eventually be emailed out. The first form asks the user for a number of units. Then I need the user to fill out another form for each of those units.
|
| Is it While or For or none of the above | 01 Apr 2005 18:53 GMT | 2 |
Hello, in the following code I am search for a string which begins with the number "1" and then looks for three or four mor numbers plus an "'". Then it adds the found string to an array. What I would like the code to do is get all of the instances where the first number is "1" ...
|