| Thread | Last Post | Replies |
|
| Macro to fix control click for a sentence | 28 Feb 2008 19:29 GMT | 7 |
Is there a way to create a macro using a simple keyboard shortcut that will only select one sentence quickly like control click does normally? Control+click has a serious flaw for use in a manuscript with a lot of endnotes at the end of sentences. It always selects not only the ...
|
| limit accessibility to specific form fields in Word protected temp | 28 Feb 2008 19:24 GMT | 1 |
Turning protection on in a word template allows several things, protecting the contents and allows form fields to exist. Is there a way, either a field itself or macro code, to block all but a specific user from entering information into a field. Can an entry, password
|
| Userform and merge codes in a template | 28 Feb 2008 19:20 GMT | 1 |
Word XP I have a userform in a template and one of the questions on the form is "One or more classes of shares?" The choices are one of two optionbuttons One or More than one. This is so I can automate the wording in the template.
|
| Reset to default printer | 28 Feb 2008 16:01 GMT | 1 |
I have a user that occasionally needs to send a print job somewhere other than the default printer. At that point Word remembers his last used printer but he does not and he ends up "losing" his print jobs by sending them to the wrong printer.
|
| Disable VBA | 28 Feb 2008 10:18 GMT | 4 |
I have a bunch of documents that use all sorts of macro code to format and control the document. The documents are all based on a template and the code is located in the template. I want to add a "publish" function that will prepare the document for
|
| Text Entry in Forms, Variables | 28 Feb 2008 04:33 GMT | 1 |
I am constructing forms in Word 2007 where I want to have the same functionality as is present in WordPerfect's variables. In WordPerfect, I create a variable in a form (for example, a variable for the name of a building, and I insert that variable in 12 different locations in ...
|
| Insert Fields to Bookmark | 28 Feb 2008 04:32 GMT | 6 |
I have a document where I want to enter particular fields and text, depending on a condition. When completed, the bookmark should refer to the inserted text. The fields and bookmarks are already defined in the document. It's important that the fields be inserted in the bookmark, ...
|
| Creating Header / Footer pages in a loop ! | 28 Feb 2008 02:08 GMT | 4 |
Automating a word report from access. Having problem with Header and Footer when looping throught the recordset. I must create 1 page for each record and each page must have it's owned Head/Foot. Note that the first page is OK but an error occur on the second page. The sample ...
|
| Disable pop up windows in Office 2003/2007 | 27 Feb 2008 23:01 GMT | 2 |
I am using the Office object model 2007/2003(word excel and ppt) with visual studio 2005. While opening the File through office object model of ppt,excel and word from network location.It is opening a pop up while opening the file with office object model 2007.how can we hide the ...
|
| Disabling macros. | 27 Feb 2008 20:50 GMT | 4 |
Hello, I have a word document containing macros which run automatically when I launch the document. Specifically, the macro displays a userform which prompts the user to enter data that will go into the word file but saves a
|
| XML for Comment Button | 27 Feb 2008 20:44 GMT | 2 |
Alright, so here's what I'm looking at. I'm making a custom tab on the Ribbon/Fluent UI in Word 2007. I've got that part down. It'll be populated with a series of buttons and/or drop down boxes, each of which is set to insert a prescripted comment into the document
|
| determine last word selected or changed possition | 27 Feb 2008 19:47 GMT | 4 |
Hello, Is there a way to set a variable with the possition of the last word changed??? last word selected??? TIA
|
| Identifying a grammar error | 27 Feb 2008 19:21 GMT | 2 |
VBA Gerus, If my code selects a word in a document (e.g., "while"), how do I determine if the word is part of a grammar error without stepping through each error in the document to locate it?
|
| { STYLEREF "Heading 1,Chapter Level" } Not Working | 27 Feb 2008 15:18 GMT | 7 |
I have a document with multiple chapters. The first page of each chapter has this: 1 Introduction
|
| ISASCII function | 27 Feb 2008 14:49 GMT | 2 |
VBA Gerus, Is there a function in VBA to derermine if a character is an ASCII character (A - Z or a - z)? I need something like this: msgbox IsASCII(aWord) returning a one or zero.
|