| Thread | Last Post | Replies |
|
| Detach Template from doc | 24 Dec 2004 06:48 GMT | 2 |
I have created a new doc based on a template Documents->Add(....) How do I then disassociate the template for the document ?
|
| MVPs and Other Gurus - Please Read | 24 Dec 2004 05:50 GMT | 3 |
I just wanted to take a moment to thank all those in this group that have helped me out over the last year or so. I've asked a number of questions and always received excellent help. The project that I've been working on is finally completed.
|
| Document Title On new Documents Vs Save Name | 24 Dec 2004 03:13 GMT | 3 |
Hi Peeps, I some code which runs on the New Event for a document, amongst other things it sets the Built in property for Documents Title. This works However, when I try to save the new document, I would have expected it to
|
| VBA coding for forcetitle case | 24 Dec 2004 03:00 GMT | 1 |
I am trying to write a code for my heading which I want to change to title case. I would obviously, like to keep "and", "on","the" words in lower case if they are not first word(s) Any help
|
| Setting Custom Paper Size | 24 Dec 2004 02:59 GMT | 1 |
Would someone be kind enough to show me the proper syntax for setting a custom paper size with VBA? I'm already aware of .PaperSize = wdPaperCustom, but how do I tell what the custom dimensions are? For instance, I am creating a portrait document sized to be 5.5" wide by 8.5" tall. ...
|
| Macros in Word | 24 Dec 2004 02:54 GMT | 3 |
I'm trying to set up a document where by changing one variable (ex. "First Name"), it will change every instance of that variable in the document. I wanted to use macros if possible, rather than a find/replace. Thanks for your help.
|
| Arrghhhhhhhh | 24 Dec 2004 00:44 GMT | 6 |
Sorry, this is a second post, but now its at the right level Can someone tell me where to set the following in vb code please When you open up the document properties. There is a tab called contents in a blank document the word Title appears, and this can have entries below it.
|
| loading autotext + styles by code | 23 Dec 2004 22:43 GMT | 3 |
is there anyway to load autotext by code and associate it with a style. This would allow me to create autotextlists that are short and focused based on the style. I saw the autotext loader and that is great, but, i need to catalog it by a
|
| difference between VBA and VB | 23 Dec 2004 21:47 GMT | 1 |
What is the main difference between two??
|
| Conditional dsplay of header and footer text | 23 Dec 2004 19:25 GMT | 4 |
I would like to display different first page footer text (Word 2003) depending upon whether or not there is a second (or subsequent) page(s). Does anyone know how this could be done? I've tried internet searching and in-program searching with no luck.
|
| Use makro to change information | 23 Dec 2004 18:55 GMT | 3 |
Hi everyone! I just started to use makro and after two hours work I'm still totally lost. So my wounders are if there is possible to change information in one tabel-cell depending on wich alternative a choose in a dropdown-menu?
|
| collection of user constants? | 23 Dec 2004 16:21 GMT | 3 |
Does VB/A create a collection of user-defined constants for you? If you had inside modEmployees: public const NAME_1 as string = "Dan" public const NAME_2 as string = "Bill"
|
| Can not save normal.dot when automating Word from VBScript | 23 Dec 2004 15:49 GMT | 6 |
When the script below runs Word raises error "Word cannot save this file because it is already open elsewhere. (C:\Documents and Settings\...\Normal.dot)". This happens only when another document is already open in Word before starting script. If Word is not open, script
|
| automated routine on focus of table cells | 23 Dec 2004 13:26 GMT | 1 |
Is there a way to automate various document functions / vba routines when people move in to a cell in a table... !!! but like onfocus in ms access but i dont know if you can take it that far in word !
|
| Dialogs(wdDialogFileOpen) --> can't multi-select | 23 Dec 2004 11:59 GMT | 6 |
There is a knowledge base article; http://support.microsoft.com/default.aspx?scid=kb;en- us;146922 Which outlines an issue with VBA in Word where using
|