| Thread | Last Post | Replies |
|
| setting 2 different style on same line | 18 Feb 2008 13:55 GMT | 4 |
I'm automating a Word report with Access. How can I set 2 different style on a single line of text. Ex: Enterprise: Name of enterprise "Enterprise:" sould be in style1 and "name of enterprise" in style 2
|
| problem in page setup using VBA | 18 Feb 2008 13:28 GMT | 4 |
i was trying to set the properties of a word document. while debugging it gives me an error in following section: With wddoc.Sections(1).PageSetup .LeftMargin = InchesToPoints(0.75)
|
| Automatically Lock Document | 18 Feb 2008 13:13 GMT | 3 |
Is it possible to automatically lock a document when opening. I have a document with form fields. When certain users open the document I want the form fields to be locked so they will only be able to enter text in the form field. I can't rely on the user to lock the document. ...
|
| Use of Macro in combination with auto text and comment field | 18 Feb 2008 13:01 GMT | 1 |
Hi, What I want to do is create a macro button so that I can automatically insert a comment field with some auto text in it. It works fine if I do it manually – I can insert a comment into the text and then select the comment
|
| drag and backspace | 18 Feb 2008 12:50 GMT | 1 |
When I drag the mouse to select some sentences and press 'backspace' to delete them, it does not delete. It used to do this but it's not working anymore. Only with Microsoft Word. Others works fine.
|
| New tab in Word main | 18 Feb 2008 12:44 GMT | 4 |
I have a lot of templates and i like to have them visible in a new tab in Word. Anyone , who have the code for make a new tab and code for add a object there. /Stefan
|
| About the unformatted paste | 18 Feb 2008 03:16 GMT | 2 |
Can the "paste--paste special--unformatted paste" operation be excuted only by a single shortcut key combination? Any macro or other programe for this?
|
| Creating a Find and Replace Macro in Powerpoint | 17 Feb 2008 17:54 GMT | 2 |
I'd like to create a Find and Replace Macro in Powerpoint that I can use each day on a different Powerpoint file. I'm very inexperienced at VBA. However, I was able to use the macro recorder in MS Word to record a find and replace macro, which I placed
|
| How highlighting all found items with a macro? | 17 Feb 2008 17:04 GMT | 6 |
Hello. The Dialog Box of "Find and Replace" (Tab "Find") including the field with the text "Highlight all items found in...". I need to select all found words with help macro but I not know how I do it. I wrote code of searching and highlighting next item but not all items:
|
| VBA: Read current Table's Autofit | 17 Feb 2008 15:36 GMT | 6 |
[Excel 2007] I have a macro that performs operations on a table, based on its current autofit style, so I need to be able to distnguish between the following four conditions:
|
| VBA code to delete a page in a Word doc | 17 Feb 2008 14:47 GMT | 2 |
I am using Word 2003. May I ask how to write a VBA code to delete a certain page in a Word document? Thank you. Mike
|
| How to add or delete references programmatically | 16 Feb 2008 21:59 GMT | 3 |
Is it possible to list, add and/or delete references (for word .dot files) programmatically? I'm referring to the references shown by: Tools, References Is there vba code (or vbscript code) that I could use to list the references
|
| Disabling "next cell" in a table | 16 Feb 2008 11:37 GMT | 2 |
I have a table divided into protected and unprotected sections. In the unprotected sections, when the user tabs, a new line is created (as though it were the end of the table). I want to disable the "next cell" function in these cases, or otherwise prevent the creation of a ...
|
| Generating Documents on the Fly | 16 Feb 2008 10:02 GMT | 1 |
I am looking for a way to extract certain sections out of one very long document to generate a seperate document based on answers the user will give to questions when the document is first opened. So basically I am trying to generate a document that is tailored to the users needs ...
|
| Cutting and copying a list in Word 2003 (posted in General) | 16 Feb 2008 03:15 GMT | 1 |
I originally posted this in the microsoft.public.word.vba.general newsgroup and received an answer, but unfortunately I was unable to get it to work. I'll post the link to the original post below. Here's my question:
|