| Thread | Last Post | Replies |
|
| Mail merge | 19 Sep 2005 08:24 GMT | 3 |
I am creating a mail merge Word orientation handbook that is to be unit specific. The data to make it unit specific is in an Access database. The section layout is designed to go inline with the checklist used for orientation.
|
| Finding Chrw Codes..... | 18 Sep 2005 14:32 GMT | 3 |
I am newbie to VBA programming. I want to find Greek Symbols through VBA. But i don't know Chrw codes..i.e., Chr(13).... Where i can find the list of chr codes. Or anyone can give me the list. Thanks in Advance.
|
| Function return value | 18 Sep 2005 12:17 GMT | 2 |
In a VBA function, a value is returned by assigning the function name to the value. Can this be done in several places (CODE EXAMPLE 1), or should it only be done once at the end of the function, with a variable being used to temporarily hold the return value (CODE EXAMPLE
|
| Run Macro on Opening a Document | 18 Sep 2005 03:10 GMT | 2 |
I saw a post on 7/21/05 from Pam on Invoice Numbering. Doug was helpful in directing her to some code. I'm in the learning process myself and would like some code that would run the above macro automatically when the Word 2002 document is opened.
|
| reading formfields in a table | 17 Sep 2005 16:25 GMT | 3 |
Can some one provide me the best syntax or method to read a single formfield which is in a cell of a table Each cell of the formfield is either a textinput field or dropdownbox. I used the following code to step through each cell which i wish to read for
|
| Code to go to first character in the page | 17 Sep 2005 15:32 GMT | 7 |
Does anyone know a piece of code that would move you to the first character in the current page of a document? I am new to Word VBA and finding it not the easiest, if anyone can help that would be great. Many thanks
|
| Scaling Pictures with VBA | 17 Sep 2005 14:43 GMT | 4 |
I contacted Discussion Groups a few weeks ago because I wanted to scale imported pictures to 50%, 25%, 75% etc of their size using code, and Jean-Guy Marcil gave me some code that I really appreciated. However, I have hit a snag. The pictures are logos, and are pictures and ...
|
| id for buttons in word 2000 | 17 Sep 2005 12:31 GMT | 2 |
Hi, I Need the ID's for some mailmerge buttons in Word 2000: the button for mailmerge with destination new document, destination printer and destination e-mail if they already exist in 2000 (they do in word 2002). Otherwise the general button for executing a mailmerge. Easy to
|
| FILLIN field within INCLUDETEXT - is it possible? | 17 Sep 2005 08:47 GMT | 4 |
I work for the IT dept in a legal firm and am trying to introduce INCLUDETEXT statements into our precedent bank so that we can standardise the top and tail of our letters. We have a number of precedents that require a FILLIN for the recipient
|
| search backwards | 17 Sep 2005 03:26 GMT | 1 |
When I search for a word in a very large document, I may find it several times in several different places. Sometimes I want to go back to the previous instance of that word and check something. But backing up requires several steps in the regular search box and then I have to ...
|
| make autocorrect in microsoft word a more "intelligent" program | 17 Sep 2005 01:52 GMT | 5 |
First, I have to clarify that I use Microsoft Office 2000. My suggestion is regarding the autocorrect feature in Microsoft Word. Right now, there is a way to add words so that, in the future, MS Word will autocorrect misspelling and typos. However, it would be really, really ...
|
| Search Macro | 17 Sep 2005 01:21 GMT | 1 |
I'm trying to create a macro in word that finds the word Engineer and when it does copy the first 7 charators of that line and paste it either to another word document or and excel spreadsheet. I have done VB for excel macro's but this is confusing me. Any help would be
|
| How to find a bookmark's parent bookmarks? | 16 Sep 2005 20:52 GMT | 6 |
Given an instance of Microsoft.Office.Tools.Word.Bookmark, is there a way to determine any surrounding bookmarks? I want to know all the bookmarks that contain the range of a given bookmark. Thoughts?
|
| multiple custom dictionaries | 16 Sep 2005 20:47 GMT | 1 |
I see lots of request for a custom dictionary, medical, particular language, legal, etc. It would be nice if word supported some open dictionary format so we could make our own. We should be able to load in all the dictionaries into word and select which one(s) we want per ...
|
| Search Macro | 16 Sep 2005 20:44 GMT | 1 |
I'm trying to create a macro in word that finds the word Engineer and when it does copy the first 7 charators of that line and paste it either to another word document or and excel spreadsheet. I have done VB for excel macro's but this is confusing me. Any help would be
|