| Thread | Last Post | Replies |
|
| Disable Toolbar and Menu Buttons | 08 Jun 2005 13:45 GMT | 1 |
I am creating a procedure to customize our Word toolbars and menus (delete Work menu, delete the Save icon from the Standard Toolbar and File menu), and also reset a couple of key settings (e.g. Ctrl + S, Ctrl + P). I am storing this in a Word startup template.
|
| document.open problem | 08 Jun 2005 13:00 GMT | 1 |
I have two problems calling documents.open from access 2003 ... the first problem is that it does not seem to disable macros even if I put the secruity protection on very high. opening the file directly however disables the same macro.
|
| Trouble rearranging paragraphs | 08 Jun 2005 11:42 GMT | 5 |
I'm trying to set up a macro to sort groups of paragraphs that repeat as shown below: DATE: XXXXXXX PHONE: XXXXXXX
|
| Version checking | 08 Jun 2005 11:05 GMT | 7 |
I need to know if MS Word was installed in the computer and witch version is it.... Is somebody can help me ?! Thank you.
|
| Multiple selection | 08 Jun 2005 01:20 GMT | 4 |
With Word, it is possible to select multiple pieces of text at one (using the CTRL key). For example, given the following text: 12345<p> 67890<p>
|
| VBA changes in Word 2003? | 07 Jun 2005 21:37 GMT | 3 |
We have a number of Word macros executed by our PowerBuilder application that have been running fine for years. These macros were written in Word Basic, and I'm guessing Word dynamically converts them to VBA as they're loaded. Powerbuilder loads Word and executes the macro with ...
|
| Header/Footer | 07 Jun 2005 21:11 GMT | 6 |
I got custom headers and footers placed inside textbox controls. How can i copy them automatically to the next pages(document 2 onwards) automatically. I tried creating sections, but not sure how to automatically insert sections in to other documents automatically
|
| A solution Please | 07 Jun 2005 20:15 GMT | 14 |
Hello from Steved .Text = "<[A-Za-z]@>" "finds the first word on the first line" Selection.Delete Unit:=wdCharacter, Count:=1
|
| "Path\File Access" error in a Word macro | 07 Jun 2005 19:33 GMT | 4 |
We are having the following problems with some staff while others have no problem at all. Encountering "Path\File Access" error in a Word macro. The macro is failing on the Kill statement for a document. The user appears to have sufficient
|
| Toggling Toolbar button | 07 Jun 2005 19:17 GMT | 3 |
I've written some VBA code to toggle text boundaries in Word, and have assigned a toolbar button to this. At the moment, the toolbar button looks the same when text boundaries are on or off. Is there a way to make the toolbar botton appear to be depressed when I click it to turn
|
| Inexplicible FormField.Result comparison | 07 Jun 2005 17:29 GMT | 2 |
Here is my code, which is running as I exit a formfield (neither "tbxF5" or "tbxM5"): MsgBox ActiveDocument.FormFields("tbxF5").Result MsgBox ActiveDocument.FormFields("tbxM5").Result
|
| Can I use UNC in OPEN method? | 07 Jun 2005 16:38 GMT | 7 |
I have Word 2003. It seems Word cannot handle Universal Naming Convention in the OPEN method as applied to the Document object. The following causes an error, "Document not found..."
|
| thanks to Jay Friedman | 07 Jun 2005 16:34 GMT | 1 |
Hi Jay, You gave me some help last week with automating forms. It worked like a charm. Thanks!!
|
| Access a file that was inserted into a word document | 07 Jun 2005 14:37 GMT | 1 |
I have following task: my word documentation is accompanied with a doxygen generated bunch of html-files. My intention is to pack them (htmls) with zip and put it into the word document (through insert object menu).
|
| link field | 07 Jun 2005 14:37 GMT | 1 |
btw - thanks to 'jezebel' for the previous help. i tried the link-field using 'link worddoc filename' and it certainly loads the file. what i've been trying to do though, is display that file within a container
|