| Thread | Last Post | Replies |
|
| How to remove page breaks? | 16 Nov 2004 00:58 GMT | 1 |
I have received a translated text where the source text had only one line in each page. The translator inserted a page break after each sentence. Since I need to check the job, I don't want to print approx. 500 pages. In the actual printout I'd get around 20 pages.
|
| Finding Bookmarks in Headers | 16 Nov 2004 00:50 GMT | 4 |
I need to be able to goto a bookmark in a header and I use several different headers in the same document by using section breaks. I have not determined how to do this since the headers are not visible in the goto list. I am using word 2002 sp3
|
| Word | 15 Nov 2004 21:48 GMT | 5 |
I have written a document in Word 2K3 and it has some VB code in it. However when someone in Word XP opens it they code does not work. Any ideas?
|
| detecting bullet applied to paragraph object | 15 Nov 2004 21:10 GMT | 3 |
How can I detect whether or not a bullet has been applied to a paragraph? Thanks, Keith
|
| Using VBA to make a field numeric | 15 Nov 2004 20:44 GMT | 1 |
I am new to VBA. I created a text form field and made it numeric. The field is for a phone number. If you enter alpha it makes the field numeric 0. Is there a way in VBA to make you stop at the field and enter numeric values only.
|
| How do I programmatically select a sentence? | 15 Nov 2004 17:31 GMT | 1 |
In MS Word, I can Ctrl-Click and select an entire sentence. I would like to reproduce this behavior in a macro, then apply formatting. For example, I'd like to create a macro that selects whatever sentence the insertion cursor is currently on, and change the font.
|
| field that autoincrements each time a word 2003 doc is opened? | 15 Nov 2004 17:22 GMT | 1 |
how can i create a field in a form that increments when the form in opened to create a new document? such as would be an invoice number in an invoice? each time the original form is opened, the invoice number will increase by 1. ivon prescott
|
| Las record inserted in DAO | 15 Nov 2004 15:57 GMT | 1 |
how can i read the lastest inserted or edited record with DAO in VB6? Thanks m --
|
| "On Error Exit Do" is compile error?? | 15 Nov 2004 15:09 GMT | 2 |
I created a Do Loop, then made my first statement after Do to be "On Error Exit Do". But it highlights in red and gives me a compile error: "Expected: GoTo or Resume". What did I do wrong? How do I do it right? Ed
|
| Problems With Reference to Addin | 15 Nov 2004 13:33 GMT | 2 |
I'm having trouble with a Template which sets a reference to an addin using MyTemplate.ThisDocument.VBProject.References.AddFromFile strRef. If the document needs to move to another environment which has a different setup to the originating env it can use a Wizard, which opens the ...
|
| Inserting Pictures--default display | 15 Nov 2004 12:58 GMT | 1 |
I want to insert a picture from a particular folder. The folder is not the 'default' folder where Word apparently thinks my pictures are stored. Here is the code I am currently using: --------
|
| Run once macro | 15 Nov 2004 10:59 GMT | 3 |
Hello NG, I have a macro that is associated with a check box from the "forms" tools, and if it is clicked then the "Run macro on Entry" of the check box. If someone changes their mind and deselects chbox and then selects it again
|
| Calculating age from Date of Birth | 15 Nov 2004 07:43 GMT | 14 |
I am doing a userform which asks the user to enter date of birth from a list box and was wondering if anyone knows the code which will calculate the age of that person on their last birthday. Thanks for any help you can offer!
|
| macros and non normal.dot autotext entries | 15 Nov 2004 04:03 GMT | 1 |
I'm trying to write a macro that inserts an autotext entry from a template other than the Normal.dot. In the code, NormalTemplate.AutoTextEntries("cbo").Insert Where:=Selection.Range, _RichText:=True
|
| macros and autotext from a template other than normal.dot | 15 Nov 2004 04:03 GMT | 1 |
I'm trying to write a macro that inserts an autotext entry from a template other than the Normal.dot. In the code, NormalTemplate.AutoTextEntries("cbo").Insert Where:=Selection.Range, _RichText:=True
|