| Thread | Last Post | Replies |
|
| Members of Dialogs(wdDialogFilePrint) | 11 Oct 2006 07:50 GMT | 3 |
I am trying to find all the members of wdDialogFilePrint. I have a VBA application that uses settings returned after .Display but I can't find the name for the setting for 'Print What'. I need to find if the user has selected Print 'Document' or Print 'Document showing Markup' (or
|
| Exit design mode again | 11 Oct 2006 00:53 GMT | 4 |
I know similar questions have been asked a thousand times, but here goes... I have a main document to be mail-merged; it has some form fields (drop down boxes) for the user to enter information. It also has a pushbutton
|
| Accessing information from active directory | 11 Oct 2006 00:51 GMT | 3 |
Does anyone have a code example that gathers information from AD? e.g. If I provide a persons logon name is it possible to provide details like phone number etc etc and show the data in a messagebox or into a document?
|
| MS Word Chart Coding (Urgent) | 10 Oct 2006 23:31 GMT | 5 |
My boss wants this done in a day. I would be happy with a week! Anyway, I have a dataset filled with data and need to populate an MS word chart with it. Any tutorials or suggestions would be great. I know a dataset is a .NET concept but taking the chance people here might be ...
|
| VB.NET: Problem with Page header in Word Document | 10 Oct 2006 23:25 GMT | 1 |
I need to create page headers in a word document using VB.NET code. The page header is different for odd and even pages. There are many odd page section breaks in the document which splits the document into sections. For all the sections, the odd page header should contain page ...
|
| Pause a Macro | 10 Oct 2006 23:22 GMT | 18 |
Why doesn't the PAUSE work in MS Word? elizabeth
|
| Word for Programming? | 10 Oct 2006 21:45 GMT | 4 |
Can Word be used for programming? How can I know more of this.
|
| deleting last character in xml file | 10 Oct 2006 20:05 GMT | 1 |
I’m trying to make a macro in access that looks in a specific directory if the number of pdf files is greater than 1. In this case, I have to open the .xml document, that is placed in another directory, and delete the last character (and close the document).
|
| Using Find to Highlight words in a data array | 10 Oct 2006 19:21 GMT | 4 |
I am currently using the following code to search for and highlight any of a list of words in a Word document: Sub ReplaceList() Dim vFindText As Variant
|
| problem with wordwrap property | 10 Oct 2006 18:40 GMT | 1 |
I add a table in my documents but I want to avoid of wordwrapping in my table so I set ACell.WordWrap = false for all my cells but it doesnot still working;
|
| Find page location (number) of specific words in a document | 10 Oct 2006 17:58 GMT | 13 |
I am new to Word VBA, although I have been programming in Excel VBA. I need to create an Index page of a document and I guess the way to do this is to specify the words that I to index and have the VBA code run a loop on the words find in the document and returns their page number.
|
| Is it possible to have VB "remember" inputs for the future? | 10 Oct 2006 17:46 GMT | 4 |
I'm doubting this is possible but this is what the boss man wants: We have a userform on top of a document template that I've created where we input data in the userform and it gets dumped into the document where it is calculated, saved and printed, end of story.
|
| How to launch a macro from a .dot with a command line | 10 Oct 2006 16:38 GMT | 3 |
First of all, sorry for my English. Here is my problem. I have created (Word 2000) a template myModel.dot with code in it. I want this code to be launched every time I create a Word document based
|
| Page setup is grayed out and I cannot make certain modifications | 10 Oct 2006 16:18 GMT | 2 |
Page setup is grayed out as well as many other options on the menu. I cannot make the modifications that I want to the document and it is not password protected. Nothing I do will active the page setup option. How do I do this? Thank you for the help.
|
| Problem running macro on Master Document | 10 Oct 2006 13:39 GMT | 2 |
I have written my first macro to update documents with the styles, text and header and footer information. The last part of the macro update all fields. This works well on the single source documents. The larger manuals are master documents with many chapters included.
|