| Thread | Last Post | Replies |
|
| Hyperlinking problem | 07 Nov 2005 22:21 GMT | 1 |
I have a document that has scads of hyperlinks pointing to bookmarks in other documents. The hyperlinks work just fine but there are two problems I wold like to fix if I can: 1. When I hpyerlink from the master document to a lower level document, I
|
| how to write and print flash/index cards for studying? | 07 Nov 2005 21:36 GMT | 1 |
Hi because of terrible hand writing I would like to type and then print out flash cards for studing. Is this possible with word?
|
| Merge with Access - choose table | 07 Nov 2005 21:20 GMT | 5 |
it would be nice if anyone could help me with the following: I'm trying to set up a MainMergeDocument as connected to an Access table as data source. The problem I'm encountering is, that although I provide the table in the "connection"-property there always pops up a window ...
|
| When i type,The letter before vanishes. please help | 07 Nov 2005 20:28 GMT | 1 |
When i try to type somthing in to a block of text in word the letter in front vanishes. So that chicken ends up as chcken
|
| Automatically rename fields ? | 07 Nov 2005 19:55 GMT | 1 |
I need to programatically rename DOCVARIABLE field within word document - any suggestions how to do it ? I do have a collection of Word templates that have been created for an older application, and since then manufacturer changed output field names so I need
|
| VBA code bug - I'm stumped | 07 Nov 2005 19:36 GMT | 3 |
I used the Word "Record a Macro" function to write this code for me. I record the macro, and it all works fine. But when I try to run the macro again, I get "Run Time Error 4605: 'This method or property is not available because no text is selected'". The debugger has the ...
|
| problem with decimal number not displaying | 07 Nov 2005 17:34 GMT | 1 |
I'm trying to write some code that will divide a number by two and give a decimal result. So 33 divided by 2 would give me 16.50, not 16, like I'm getting. Do you know if I'm doing this wrong or if this is a Word limitation?
|
| Programming With Mail Merge | 07 Nov 2005 17:31 GMT | 3 |
I have a mail merge document. The field names of the document are F1, F2, F3 etc. I am trying to program the following: a macro that when it runs it goes to the first record and saves the file
|
| Oh, the frustration! | 07 Nov 2005 17:20 GMT | 10 |
http://word.mvps.org/FAQs/MacrosVBA/InsertingTextAtBookmark.htm The site above has provided me with the following code (notice the error on line 5): Sub AddPeriod()
|
| error 5941 "gevraagde lid van de collectie bestaat niet" | 07 Nov 2005 13:58 GMT | 1 |
I'm trying to create a macro, wich deletes a line, if a formfield is kept empty. So I wrote this macro, which starts up when the formfield is exited. Whenever I use the formfieldname, the macro works fine. However when I
|
| OnTime-problem | 07 Nov 2005 13:44 GMT | 2 |
On a user form I have a stack of images that I would like to browse by changing the ZOrder every 5th second. I've tried to use the OnTime-function, but it seems like the function does not execute as long as the form is visible.
|
| capitalization | 07 Nov 2005 00:23 GMT | 1 |
why doesn't word capitalize after a number? when its set for auto cap the first word of a sentence?
|
| Shutting down word 2002 | 07 Nov 2005 00:19 GMT | 2 |
Why does office plug in on Norton interfere with shutting down word 2002. Sometimes the blue bar at the top flashes and as well the orange box at the bottom flashes. In my last post on the subject I was advised to disable office plug in which seemed to work.
|
| Updating WordBasic code | 07 Nov 2005 00:00 GMT | 4 |
I'm using an old template in Word 2003. There is an old piece of code which is meant to stop inserting autotext into a table, and lets the user know to click outside the table. The autotext it is trying to insert happens to be another table. This worked fine when Word wasn't able ...
|
| change path in excel.field links | 06 Nov 2005 20:55 GMT | 4 |
I'am trying to change the file- and pathname of a lot of Excel links in a Word document. The following code i'am trying to use but it didn't work For Each Alink In ActiveDocument.Fields
|