| Thread | Last Post | Replies |
|
| VBA,Word 2003: Load Image per HTTP and insert into document | 31 Oct 2008 21:52 GMT | 2 |
is it possible to load an image via HTTP and insert it into a document as object ? This should replace the procedure "insert graphic/object" method. The graphic should stay as a graphic object within the document, not just as a link.
|
| Help streamlining VBA code | 31 Oct 2008 18:33 GMT | 4 |
I'm familiar with VBA coding, but sometimes mine is not a simple as it should be. Can someone help me streamline this code and get it working? If BlankSincerely = False And BlankRegards = False And ElecSincerely = False
|
| Need Help Removing a Project in VB Please | 31 Oct 2008 18:19 GMT | 1 |
I'm having trouble modify a file that is already in template form and want to remove some VB codes and bookmarks. The macro runs fine until "magically" the old bookmarks returned to the screen. It just won't go away. I looked in the VB Editor there were two projects (Old ...
|
| Deleting a specific field code in Footers | 31 Oct 2008 18:11 GMT | 7 |
I would like to use the code below to delete only a certain field code appearing in each Section's footer. I don't want the page numbering field codes deleted, I just want the document ID # deleted. When I use the Find stipulating a field code (^d) it finds any and every field ...
|
| Creating a two dimensional array from single arrays | 31 Oct 2008 16:52 GMT | 7 |
Hello, I am trying to take the information from two single dimensional arrays (arrNames and arrExtensions) and combine them into a two dimensional array (arrPartnerList). The routine seems to work fine until I get to the actual combination where I assign a value to ...
|
| tab order / protected form | 31 Oct 2008 16:29 GMT | 8 |
I used the macro from http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm and I "think" I used the Forms toolbar to create text boxes and check boxes, but now the "Protect Form" button is dim and cannot be selected to protect my form. Do I have to use the Control Toolbox ...
|
| bookmarks with docvariables | 31 Oct 2008 15:19 GMT | 4 |
Group, I am trying to figure out how I can update a document variable that resides within a bookmark. The code " bk1.Range.InsertFile((parapath), Link:=False)", inserts a file indicated by "parapath. Now I need to update
|
| WordBasic.MailMergePropagateLabel | 31 Oct 2008 14:42 GMT | 1 |
I have recorded a Mailmerge (Label) Macro i word 2007/2003. When I activate this macro I get an error 509 (This command is not availeble. The debugger display an error in the line containing WordBasic.MailMergePropagateLabel. It is an old Wordbasic function. How can I get ...
|
| Delete Paragragh with specified text and style | 31 Oct 2008 12:21 GMT | 4 |
I'm basically a recorder-type macro creator. I'm try to get a macro to find text of a particular style containing a specified word and then delete the whole paragraph, and keep searching for the next.
|
| Bilingualism - Styles | 31 Oct 2008 01:13 GMT | 5 |
I have a Bilingual Word template that can switch between English and French. A document variable controls the languange and all the generated is handled as strings. The template contains an English toolbar and a French toolbar. Only the language of choice toolbar is visible.
|
| Making Word skip one-sentence paragraphs in a search and replace | 30 Oct 2008 19:11 GMT | 2 |
I'm using a range in the following code to highlight the first sentence of each paragraph. Since the first sentence in a one-sentence paragraph (such as each item in a list) is the entire paragraph, this code of course also highlights every one sentence paragraph. Is there a way ...
|
| 2 spaces to 1 space macro, Word 2003 | 30 Oct 2008 17:20 GMT | 3 |
I am running Word 2003. Right now, I have a macro that changes 2 spaces to 1 space in a document, and I need to refine it a bit. I am posting this macro at the end of this message.
|
| DisplayAsIcon :=False works on some PCs but not others | 30 Oct 2008 16:18 GMT | 1 |
The PCs all run Word 2003 SP3. I don't think this should be relevant, but the PCs with problems have XP SP2, while the one that works is XP SP3. The problem occurs when using Access to create a Word document and then insert a document as follows:
|
| referencing other fields/labels in Word | 30 Oct 2008 07:45 GMT | 2 |
I would like to print out address labels for several friends. The label sheet contains 30 labels. Rather than having to type the name, address, city, state, and zip 30 times, is there a way to reference 29 labels to one label, so if I make a change to
|
| Saving form file named by a field | 30 Oct 2008 07:05 GMT | 6 |
I have a protected form which should be saved automatically and the name of the file should be the data of certain field user has entered. I tried with a macro using bookmark and copying it and pasting it to the file name box. The first problem is that the file is protected - I ...
|