| Thread | Last Post | Replies |
|
| I need a VB code to search for | 17 Oct 2006 21:46 GMT | 3 |
I need to have a VB macro search for ".FirstPageTray = xxxxxx" and change it to ".FirstPageTray = 16642" inside the code. I also need to do the same thing with ".OtherPagesTray = xxxxxx" I do not want to do this by hand because I would have to visit over 200
|
| Deployment of FaceID icons | 17 Oct 2006 21:15 GMT | 2 |
I've written an add in that creates button's on the standard toolbar. As part of this it sets the icons via the FaceID property. My addin was written against Office 2003 but will also need to run on user machines that have Office 2000.
|
| Cutting Bookmarked Text | 17 Oct 2006 21:00 GMT | 2 |
I have a word template from which I am creating copies as documents. The template contains passages of text only some of which apply to various options. Rather than have to maintain multiple templates I would like to have one and then cut bookmarked passages of text as appropriate.
|
| How do I repeat macro action through document | 17 Oct 2006 19:50 GMT | 9 |
It has been asked many times and I can see how to create a loop for the macro but I do not know how to get the action to start and the beginning and continue to the end of the active document. Any help is appreciated.
|
| How to retrieve records from a database? | 17 Oct 2006 19:43 GMT | 3 |
Hi, I need to retrieve records from database by clicking a command button on Word document. Could anyone tell me how I can do that? I tried to insert database and record the moves in a macro. But when I put the coding in the commandbutton_click and tried to run it, a dialog ...
|
| Word versions | 17 Oct 2006 19:28 GMT | 3 |
Is it the case that if I have an application object (Word), and I call application.version it will return me 11.0 for Word 2003
|
| Tricky text manipulation problem | 17 Oct 2006 19:27 GMT | 5 |
This is driving me nuts because I cannot even get off the starting grid. I want to be able to programmatically go to each paragraph in large document that starts with "Yummy Fruit" and is in style Header 2 (Yummy Fruit may appear else where but wont be in Heading 2)
|
| Errors reverting code from Word 2003 to support Word 2000 Message List | 17 Oct 2006 18:49 GMT | 2 |
I was so proud; I created a working application that generated a beautifully formatted document to the customers specifications. I coded this against the MS Word 11.0 object library only to find out later that the customer is using Word 2000 (v. 9.0) and has no
|
| newb: Using VBA to open an excel attatchment | 17 Oct 2006 17:38 GMT | 1 |
New to VBA in Outlook, and have a quick question; There are a number of emails that drop into a joint inbox in my department. These emails contain excel attachments. I can write some VBA code to deal with the attachment in excel, but would like to totally automate the process
|
| using WshNetwork to get username | 17 Oct 2006 17:26 GMT | 3 |
In Word 2002, I am trying to use scripting to get the user's login name (not the username in Options). Without dimming wscript, I get an error "variable not defined" (on the wscript object); if I dim wscript, I get another error "error 424 - object required" when I set ...
|
| 使用word~可以在英文字旁加上國際音 標嗎? | 17 Oct 2006 15:25 GMT | 1 |
因為中文可以加上注音符號~所以想知道英文可不可以~謝謝~
|
| Paragraph Number and Text accessed from a Table? | 17 Oct 2006 13:10 GMT | 2 |
I have a loop that steps through all tables of a document ... For Each lTable In ActiveDocument.Tables ... Next lTable
|
| Paragraph Number and Text accessed from a Table? | 17 Oct 2006 13:04 GMT | 6 |
I have a loop that steps through all tables of a document ... For Each lTable In ActiveDocument.Tables ... Next lTable
|
| Latest Version of Word 2004 | 17 Oct 2006 11:39 GMT | 1 |
I've spent many months and many hours searching mactopia trying to find a site that will tell me whether or not I have the latest version of word. No luck. Word help (downloads and upgrades) sends me to a site: (http://download.microsoft.com/download) that always returns a
|
| Word 2007 | 17 Oct 2006 11:37 GMT | 1 |
Can you create a "library" of building blocks outside of the buildingblocks.dotx? I have a very large amount of autotext that I would like to store in a separate file and then access it from either the Quick Parts feature or possibly from a control on a custom
|