| Thread | Last Post | Replies |
|
| VBA Books | 07 Mar 2004 20:46 GMT | 3 |
Would you mind recommending a book that I may purchase to learn VBA programming for MS Word 2002 (which I think is associated with XP). Thanks
|
| Secuirty Digitial ID Issues With Word Document | 07 Mar 2004 19:57 GMT | 1 |
I not sure if this is the best place to post a question like this... but I really dont have a clue I have done a document for my friend which contains vba. and wish to be able to install it and run it with little fuss whilst
|
| Removing the end of text characters in table cells | 07 Mar 2004 13:50 GMT | 1 |
I have read a few posts on this but still dont have a foolproof way of removing the end of text characters that appear after the text in table cells. I would like to use the vbScript replace funcction but cannot find the
|
| Determine the row and column of the cursor | 07 Mar 2004 13:24 GMT | 3 |
How do I access the column and row number properties of: selection.cells(1) Also is there a way to create an event that fires when the user tabs out of a cell. Thanks
|
| error on bookmark | 07 Mar 2004 12:01 GMT | 10 |
i have a bookmark problem via a checkbox autotext is inserted into the document this auto text also contains bookmarks my problem occurs when unchecking the textbox to remove the autotext an error occurs i think this is because the code is trying to update a bookmark that is not ...
|
| vb Script problem under Office XP:graphics filter was unable to convert the file | 07 Mar 2004 10:49 GMT | 1 |
I have a script in a vb4 apllication that inserts an image in a ms word document. This works fine in office 2000 and previous but in office xp i get the error: graphics filter was unable to convert the file. Thanks in advance.
|
| Changing Preferences outside of Word | 07 Mar 2004 10:47 GMT | 1 |
Is it possible to change the preferences in Word without actually opening up word? What i'm trying to do is get a .dic file to be automatically installed, I can do it in word using VBA but my client would like it done outside if
|
| copying template drop down boxes | 07 Mar 2004 08:24 GMT | 4 |
I have a form template which consists of two sheets. Under certain circumstances the second sheet is copied programatically depending on the value of a listbox. When the second sheet is copied (by copy and paste) the textboxes bookmarks are left with a blank value on the copied ...
|
| run-time error 13 | 07 Mar 2004 06:08 GMT | 2 |
When I attempt to close Word 2000 on a Windows 2000 machine, I get a Microsoft Visual Basic dialog box that says Run-time error 13, type mismatch. Can anyone help me with this? I work at
|
| Objektmodell | 07 Mar 2004 01:13 GMT | 1 |
Hallo NG, als Beginner vermisse ich etwas in der Word-VBA-Hilfe: eine gescheite ?bersicht ?ber das Wordobjektmodell. Kann mir einer helfen, ein solches zu finden?
|
| how to find the path of word file using the excel which is embeded in the word file. | 06 Mar 2004 21:50 GMT | 1 |
i have a msword file "abc.doc inside the word file there is a embeded object (excel file) case 1. is there any possibility of creating a object of the excel fle
|
| .BreakLink does one only | 06 Mar 2004 21:22 GMT | 1 |
The following code breaks the link to the first of three shapes and then complains, "Object variable or With block variable not set":
|
| convert a MS Word file into multiple HTML pages | 06 Mar 2004 16:30 GMT | 2 |
The MS Word file contains text and images (saved into the file, not OLE). For example, if the file has 3 headings 1, 1.1, 1.2, there should be 3 HTML files (one for each heading). Text and images between 1 heading to the next
|
| WordBasic.SortArray seems to fail for sorting strings | 06 Mar 2004 13:42 GMT | 5 |
Over the past few daze, I've noticed that WordBasic.SortArray does not always sort strings correctly. The output of the code below demonstrates that the sort is incorrect, e.g., "com" should not appear prior to "convertAnswer" , and "Command1" should not
|
| How do I get the hwnd of Microsoft Word? | 06 Mar 2004 09:33 GMT | 1 |
How can I get the hwnd of the main Word application window? I've searched the object model and can't find anything.
|