| Thread | Last Post | Replies |
|
| How to paste HTML text in word, and save the hyperlinks when changing styles? | 11 Jun 2007 21:57 GMT | 1 |
I'd like to cut and paste HTML text into Word, then change the style. When I do this, all hyperlinks are removed. How can I keep the hyperlinks? Thanks.
|
| Inserting and later updating a value in word | 11 Jun 2007 21:57 GMT | 2 |
I'd like to have a user press a button and call some code that will insert a number into a word document after getting the number from a dialog. The user will insert as many as they need throughout the document. Then, I'd like the number value of each inserted number to
|
| Help working with custom dictonaries and VBA | 11 Jun 2007 21:57 GMT | 1 |
Any help would be appreciated ... I am trying to scan a lot (2000 + ) of documents in a directory, and in each I want to pick out the "misspelled" words, and add them to a dictonary (dragon.dic). This will allow me to build up a custom
|
| SaveAs Code Maybe? Mail Merge | 11 Jun 2007 20:47 GMT | 4 |
I am not sure this is the correct form, if not maybe someone can tell me where I should post. Here is my goal. I have an Access database that opens up several or just one Word Document(s)
|
| custom menu on the menu bar | 11 Jun 2007 20:46 GMT | 3 |
For many users I made with vba a custom menu option on the menu bar. I placed an autoexec procedure in a Word template in the Startup folder. So far everything goes alright. However I would like to remove the menu when Word is closed.
|
| Capturing the Cancel Event on a userform | 11 Jun 2007 18:27 GMT | 6 |
Ho do I capture the Cancel Event when a user closes a userform by clicking the "X" box on the top right corner? Eddie
|
| Use bookmark as filename in save as dialog | 11 Jun 2007 13:53 GMT | 5 |
I've been reading several usegroups for hours now and couldn't find a solution that works. I have a document with bookmark field called "Document_title". I want this field to be words suggestion for the filename when the
|
| problem with corrupted word file containing macros | 11 Jun 2007 10:04 GMT | 1 |
Hi to all, I've the following problem: I've unfortunately deleted from my usb flash drive a doc. file containing macros that I further need.
|
| Auto mark entry for index purpose for an entire document | 11 Jun 2007 08:51 GMT | 11 |
Hello, what I am trying to do is to write a macro that will mark all the words in a very long document for so I can create and index when is done. This macro should exclude marking words such as “the, or, and, if, also, I, no, yes, etc. and other meaning less words that I can ...
|
| Mail Merge | 11 Jun 2007 04:03 GMT | 4 |
I am not sure this is the correct form, if not maybe someone can tell me where I should post. Here is my goal. I have an Access database that opens up several or just one Word Document(s)
|
| Slow VBA in Word 2007 | 11 Jun 2007 02:37 GMT | 1 |
I have a number of VBA routines that perform editing of Word documents. Recently I installed Word 2007 only to find that the routines run about 10 times slower so I carried out some tests. For example:
|
| Hyperlink Add raises Insufficient Space error | 10 Jun 2007 18:19 GMT | 1 |
From Access VBA I'm creating a Word document. The code below worked just fine on Win XP with Access 2003, Word 2003. But on Vista with Access 2007, Word 2007 I'm getting an error "Insufficient space". Dim rng As Word.Range
|
| Macro does not correct Words stubborness | 10 Jun 2007 06:54 GMT | 1 |
I created the following AutoOpen macro to correct the fact Word would not save my wishes for default settings, unfourunatly Word is still stubborn and will not allow me my default settings. What else can I do? (Word 2003) Sub AutoOpen()
|
| export CSV file to Access | 10 Jun 2007 05:10 GMT | 2 |
I have a CSV file that I want to export into Access. I Know that I can use an object command in a Word macro to use Access' import wizard, but I prefer using a SQL statement to do it, mainly because I don't want to put my user through the steps of the wizard. Is there any way ...
|
| Get at outlooks contact-ifo from a Word 2003 macro | 10 Jun 2007 01:19 GMT | 1 |
I built a macro to generate a filofax filling for any year. I would like to print names of people having their birthday on the appropriate page. How can I get at this Outlook-info from a Word 2003 macro ?
|