| Thread | Last Post | Replies |
|
| Delete blank lines at end of document | 01 Mar 2005 11:39 GMT | 2 |
I am trying to set up a macro that goes to the end of a document and deletes the last 5 lines of the document (including a page break). The documents vary in size so this macro needs to perform this function regardless of the document size. I'm just learning how to write code, ...
|
| Repost: WordBasic in Word 2003 SP3 / (Not) Printing markup | 01 Mar 2005 11:29 GMT | 2 |
Word Heretic suggested to repost my question, so here it is again (slightly modified). I still hope someone helps me out! I've been writing a macro including a UserForm, in order to be able to print (one or more) documents either with or without markup (comments or revisions)
|
| VBA table sort using Date fails | 01 Mar 2005 10:05 GMT | 1 |
I am sorting a table using the following parms: excludeHeader:=True, FieldNumber:=1, SortFieldType:=wdSortFieldDate, sortOrder:=wdSortOrderAscending
|
| VBA table sort using Date fails | 01 Mar 2005 10:00 GMT | 1 |
I am sorting a table using the following parms: excludeHeader:=True, FieldNumber:=1, SortFieldType:=wdSortFieldDate, sortOrder:=wdSortOrderAscending
|
| A gridlike control to insert data | 01 Mar 2005 06:23 GMT | 1 |
I want to provide options in my userform to insert data in this manner: MonthFrom MonthTo Rental 1 6 5,000 7 18 15,000
|
| underlining text | 01 Mar 2005 04:21 GMT | 1 |
I want to underline text and change the colour of the underline. I am able to underline it but i cannot color it. Here is my code. With ActiveDocument.Range.find
|
| completing a form with field codes | 01 Mar 2005 03:57 GMT | 1 |
How do I create fields that will complete information in a form? For example, if I have a legal document that uses a client's name in many places in the document, can I enter that information once and have it automatically complete the other locations in the document?
|
| How do I generate a PCL6 macro using Word? | 01 Mar 2005 02:09 GMT | 1 |
Any suggestions for generating a PCL macro file from Word? I'm "printing to file," and this *does* give me a semi-usable .prn or .pcl (if I rename it), but when I use my application to push it into the printer's memory, it just prints out a copy of the page--it doesn't seem to be ...
|
| Macro-replacement of strings that have ["] in them | 01 Mar 2005 01:47 GMT | 2 |
Does anyone know how to get around the problem of replacing strings that have ["] in them? As the delimiter is itself an ["], if there is an ["] in the middle of strings the replace does not work. Thanks a lot!!!
|