| Thread | Last Post | Replies |
|
| Ignore Case Sensitive | 21 Mar 2006 02:38 GMT | 4 |
Is it possible to ignore case senstive in Word VBA? Im searching for bookmarks but would like to set it to ignore case senstive. I cant seem to find a way to do this. Thanks in advance
|
| Set focus on last doc | 21 Mar 2006 02:34 GMT | 5 |
I have several documents open. I double-click on Letter.dot to create a new document based on that template. Letter.dot contains a UserForm that I fill in and then click Ok button. Now the active document is switched to some of others documents, after that I have to use Alt Tab ...
|
| WML XML Line Break encoding WML2XSLT.EXE | 21 Mar 2006 02:21 GMT | 1 |
anyone knows how do we represent line breaks in xml data files? I've tried </break> and </br> but they are ignored (?!) Thanks!
|
| merging 2 or more forms into one document | 21 Mar 2006 00:00 GMT | 2 |
Hi I wonder if someone can give me some ideas - am a novice in way beyond my depth! I have created a database and use it to populate various specific Word forms. (Gives a better printout for hospital generated data in letter format)
|
| Can address label pages be sorted? | 20 Mar 2006 22:32 GMT | 1 |
I have 5 pages of address labels that I would like to sort, looking for duplicates. Is there a way to sort them? I am using Word 2003. Thanks
|
| Why does this code fail? | 20 Mar 2006 22:19 GMT | 3 |
Would someone be so kind as to look at the following and tell me why this code is intermittent/fails? Is my logic faulty? With Dialogs(wdDialogFileSaveAs) If Dir("J:\LASER\" & PATH & "\") <> "" Then
|
| Add macro to toolbar in XP? | 20 Mar 2006 20:46 GMT | 2 |
With Word 2000, I could drag a macro up to the toolbar and add an icon, and the button would stay and show up in all documents. Is this process different in Word XP? I eve tried opening Normal as a document and adding it there, but I can't seem to get the button to stick. Any ...
|
| Execute macro from word button | 20 Mar 2006 20:00 GMT | 2 |
Hi, I have a macro which execute a mailmerge and modify the document beafter. I would like to add a macro to Excel that will close excel, open word and execute the word macro. Does anyone have already done something like that ? (if the excel workbook close, it stop the macro ?)
|
| detecting mousewheel event | 20 Mar 2006 18:32 GMT | 2 |
Quick question (I hope) I can see how to detect mouse movement and button click events on a form, but is there a way to detect the use of a mouse wheel or other (3rd or more) mouse buttons in word/vba ?
|
| Ink | 20 Mar 2006 18:31 GMT | 1 |
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't happen again. I have never been on newsgroups before and not sure how to work them. I hope you guys can forgive a bad choice. Murphey
|
| 'For Each' paragraph in selection when selection discontinuous | 20 Mar 2006 17:59 GMT | 4 |
Best way to explain this problem is to demonstrate it. I have only tried this with Word 2003 SP2. In a block of three paragraphs, select the first and last paragraph (do not select the middle paragraph) using ctrl-click. Now execute the
|
| Table indent question | 20 Mar 2006 17:34 GMT | 1 |
I’m having a bit of trouble trying to understand how to format a tables placement within a document. The below script has been put together (with lots of help from others) and I’m unable to figure out how to set the table position within the document. I have a few tables that ...
|
| Updating Heading Macro | 20 Mar 2006 16:30 GMT | 3 |
I have a large document with a page break on each page. The TOC is built with Headings 1, 2, & 3. I would like the Heading 3 in one section of my document to update automatically when a page is deleted, moved etc. An example of the Heading 3 is '2.2.1 name of item'. I would ...
|
| Duplicate text | 20 Mar 2006 15:44 GMT | 11 |
I'm trying to sort out a document which can have duplicate text over 8 or so pages. The reference is simply Project_Name and Project_Number, these are the only two fields that I need. The tricky bit for me is, not only need this in a text box and the main body of document but ...
|
| Printing a document to different trays using section breaks | 20 Mar 2006 15:42 GMT | 1 |
What I'm trying to do is change the formatting of some Wordmerge documents so that the first 2 pages will print out on the front and back of headed paper and any subsequent pages to be printed front and back of plain paper. I have got this to work using a next page section break at ...
|