| Thread | Last Post | Replies |
|
| How do I make a document .doc for uploading? | 27 Mar 2008 20:53 GMT | 1 |
I tried "save as". Even thought I had saved it before in the same folder. Would that make a difference? Help. Trying to upload resume.
|
| VBA-Find.execute - How do I delete it? | 27 Mar 2008 19:39 GMT | 3 |
I've created a new document by copying and pasting from other documents. Now, when I am working in it, everything will suddenly disappear. When I select redo, there is a command in there called VBA-Find.execute. If I redo, everyting comes back.
|
| Locking a document | 27 Mar 2008 18:24 GMT | 9 |
I have a template which includes formfields. When a document is created from that template and completed. Is it possible to lock the enture document and it's contents to prevent the content being altered without a password?
|
| Grammar Checker Customization | 27 Mar 2008 16:27 GMT | 1 |
Hi everybody, I have to reimplement the grammar check for a special purpose (dyslexia), and I don't know where I have to start. It's quite simple: First, capture a portion of text (a phrase), then send it to an analizer that I already have, and show what is wrong in Word editor
|
| Cleaning out all linked "Char"-Styles in one go | 27 Mar 2008 16:07 GMT | 8 |
Dear Experts: Below code which I found on the Internet creates a new style ("Style1"), links the "Char" style that bases on "Heading 2" to this new style, then deletes the new style.1.
|
| Auto Calculation with Field Duplication | 27 Mar 2008 13:50 GMT | 4 |
Hi, I have developed a document for a client in which 13 rows of fields with 3 columns each auto-calculate into 3 separate totals. The client is now requesting that, if they enter zero into the first column of any row, the
|
| Cross reference a text form field? | 27 Mar 2008 12:56 GMT | 2 |
I have a document and I'm trying to figure out how it was created. I'm not sure it's cross referencing a form field or not. When I open the document there are 2 form fields. When text is added to the fields it auto-populates fields in the header. When I toggle the field codes ...
|
| Sharing templates on a Shared Network Drive | 27 Mar 2008 11:08 GMT | 1 |
I've read the article "Distributing macros to other users" by Jonathan West. My IT Dept. informs me that we don't use login scripts. They suggested that I save the template to a folder on the shared drive. The folder would be "read only" to the users. Does anyone see a ...
|
| Formatting via a macro | 27 Mar 2008 02:13 GMT | 1 |
I have an A3 page that has a single 3 x 3 table as its contents. 5 of the 9 table cells contain Excel charts imported as pictures using a macro built into the source XL workbook. This bit works :-) What I now want to do is record a macro (within Word) that captures the
|
| Locking form fields in a protected Word template (Word 2003) | 27 Mar 2008 02:04 GMT | 3 |
I am setting up a performance review form where the supervisor selects a rating from a dropdown and can add comments in a table cell directly below based on the performance criteria. There is a section for the employees responses.
|
| Resize Find Dialog Box | 26 Mar 2008 20:42 GMT | 1 |
I would like a smaller Find (and Replace) dialog box rather than the standard Word 2003 Find (and Replace). Can anyone tell me how to resize it?
|
| Position in Text | 26 Mar 2008 20:12 GMT | 2 |
I want to make a textbox at the cursor-position. I know how to make the text box, but how can I establish where the cursor is? With this: ActiveDocument.Shapes.AddTextbox(msoTextOrientationHorizontal, 322.85, _
|
| Make OnAction refer to a macro in a specific file | 26 Mar 2008 19:44 GMT | 1 |
I'm having the same problem as Richard below. I have a sub that creates a list of boilerplate documents from filenames in a folder. The Onaction calls another sub that creates a new document and inserts the boilerplate in it.
|
| Using F1 and Shift F1 in Word Macros | 26 Mar 2008 17:52 GMT | 2 |
Some time ago I asked for help in defining a Word macro that could be bound to the F1 key. Someone came up with the following, which worked quite nicely. Sub MakeF1()
|
| Smart Paste not activated in Word 2007 by EditPaste? | 26 Mar 2008 17:51 GMT | 1 |
When I use Ctrl-V to paste text from a PDF or a web page in Word 2007, a Paste Options box shows up after the pasted text. However, when I create my own VBA macro named EditPaste and have it paste text with Selection.Paste, I do not get the Paste Options box at the end of the
|