| Thread | Last Post | Replies |
|
| Send a Word document by email | 18 Nov 2005 22:05 GMT | 1 |
I want to send the active document per email (or per fax). Now manually u could choose in the menu, File , Send To, Mail recepient This opens a heading in word window above to give emal title, recepient etc. This i wonna do in my Vbcode, can i give some code to call up the email
|
| VBA-code shared by multiple users ? | 18 Nov 2005 22:01 GMT | 1 |
How can I let multiple users share a global Word VBA-projekt ? So far I've placed the project in the Word Autostart folder of every single user. /Bosseh
|
| Print a Section | 18 Nov 2005 21:31 GMT | 2 |
Word Experts, I have written code in Excel VBA and now need to do a few tasks in Word VBA. I could use some help figuring out a few basics. Each day I have to print a section of a report that falls in the middle of
|
| how do i write a complex expression | 18 Nov 2005 21:10 GMT | 6 |
I need to mulitiply an amount from a REF Field by 3. If the product is less than and equal to $100. then $100. If the product is greater than and equal to $500., then $500. If the products falls between $100. and $500 then the calculated amount should be entered
|
| Change All Headers | 18 Nov 2005 20:57 GMT | 1 |
I need a toolbar button to add the word Proprietary to all the headers in a document. I will not know how many headers the user has when doing this, whether they are same as previous or not, etc. How could I create a loop that would keep going to the next header and
|
| Can I stop word from creating a "files" folder for every htm page | 18 Nov 2005 19:50 GMT | 1 |
When I save a Word file as htm a folder is automatically created I do not want to have to upload all these folders - my pages to do not have headers and footers - I would like to put all the images for all the pages in one file - does anyone else dislike all these folders and/or ...
|
| Selecting the current word (including underscore characters) | 18 Nov 2005 19:29 GMT | 3 |
I am trying to write a Word macro that selects the current word and then does some processing on that word. What method can I use to select the current word (ie the one where the cursor is). The words may contain undercores so I want it to select the whole word. For
|
| how to apply programming in design mode | 18 Nov 2005 18:18 GMT | 2 |
I have added a listbox and done the following programing: Private Sub ListBox1_Click() ListBox1.AddItem ("Item1") ListBox1.AddItem ("Item2")
|
| looping to change a font size | 18 Nov 2005 16:13 GMT | 2 |
I'm trying to write a silly little macro that goes to every table in an active document, looks for a particular style, then sets that selection to 9 points. I have this: For Each aTable In ActiveDocument.Tables
|
| How can I disable the printing message box in Word 2000? | 18 Nov 2005 13:26 GMT | 1 |
I need to know if Microsoft have a way to disable or eliminate a message box. I am having a problem when a user wants to close Microsoft Word before printing is done. Clicking "No" keeps Microsoft Word open and completes the print job. However, Microsoft Word does not close ...
|
| Where is the Thesaurus? | 18 Nov 2005 13:11 GMT | 1 |
I have used it before does anyone know where it is? I cant find it?
|
| How do I use Visual Basic to extract data from forms in Word? | 18 Nov 2005 05:21 GMT | 2 |
I am trying to extract individual entered fields in a filled-in form in Word using Visual Basic. I would like to be able to run a procedure on filled-in (completed) forms to quickly extraction of data on many forms. What commands can I use to extract the data from the individual ...
|
| Parsing a Word Document using VBA | 18 Nov 2005 05:14 GMT | 1 |
I am using VBA from Access to interogate word documents. The documents have a specific format but are edited using word - so users have full rights to modify the document as they wish. One portion of the document that I need to validate is data in a 3 column
|
| macro file | 18 Nov 2005 04:17 GMT | 6 |
Is it possible to create a file of macros that word can see over a network? If so how. TIA
 Signature ________________________________
|
| How to deselect floating text box | 18 Nov 2005 03:18 GMT | 4 |
In Word 2000 I have a floating text box in a cell of an many-row table. I am trying to create a macro that will delete the box, the paragraph mark that it is anchored to, and the 3 blank paragraphs after it (all in the same cell). "Selection.ShapeRange.Delete" will delete the text ...
|