| Thread | Last Post | Replies |
|
| Help | 16 Apr 2007 17:36 GMT | 1 |
Word 2003 I have written (with the help of others as I am not any good at it) some code to insert a Purchase Order Number in sequence. This is done by accessing a menu within Word called template tools.
|
| UserForm_Initialize problem | 16 Apr 2007 16:48 GMT | 6 |
Can anyone tell me why the code below does not insert the text at Bookmarks("LastName") into TextBox1? Private Sub UserForm_Initialize() 'Places data in the userform text boxes if it exists on the spreadsheet
|
| Methods of specifying document content | 16 Apr 2007 16:37 GMT | 1 |
What's the difference between: objTestRange = ActiveDocument.Content and objTestRange = ActiveDocument.Range
|
| Duplexing | 16 Apr 2007 14:41 GMT | 3 |
Is there an easy way to turn a printer's duplex option on when a document is opened in a multi-user environment? For instance, I have a 10 page document that should be duplexed any time it is printed by any user on our network. Is there some simple code I can add
|
| VBA Duplexing won't reset | 16 Apr 2007 13:14 GMT | 3 |
I'm back again :( As previously suggested, I've used the code from http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116 to control the duplex property of my printer. It will in fact turn on the duplex option
|
| vba to select multiple shapes on a drawing canvas | 16 Apr 2007 12:44 GMT | 4 |
I need to select multiple and specific shapes on a drawing canvas after they have been drawn automatically with programming (using vba). I have all the objects below defined in my code: Dim myDoc As Document
|
| Bulk conversion of .dot to .doc | 16 Apr 2007 11:06 GMT | 5 |
I need to change about 100 word templates to documents. Is there a quick way to do this in bulk, rather than renaming each one? I am doing this because I want these documents to be firm precedents and I need them to be based on one of our templates (usinng templates and ...
|
| Space between footnote reference and footnote text | 16 Apr 2007 08:33 GMT | 3 |
Is there a way to change Word's behaviour so that a non-breaking space is inserted after the footnote reference (between reference and footnote description/text) instead of an ordinary space? Since the footnote format we use is justified the space between footnote
|
| old amounts in an array run more than once | 15 Apr 2007 22:24 GMT | 1 |
I have created a complex macro in word reading through a standardised document. All amounts are picked up in an array called NBs(40,10) through a select case. If I start the macro once again - even with another document - the old
|
| Problem with UserForm Initialization | 15 Apr 2007 19:18 GMT | 4 |
I have tried Many variants of the code below, but to no avail. It is part of a UserForm Initialization, designed to change OptionButton2 to true of there is an X in Text Box 16 of the active document. ActiveDocument.Shapes("Text Box 16").Select
|
| fomulars | 15 Apr 2007 18:36 GMT | 1 |
Hello everyone. I need someones help pretty badly.I am looking for a fomular for word thats basicly does what excel does. Now before anyone asks no I CAN NOT use excel. What I have is a invoice that my client wants used for every invoice I send to them. Now it wouldn't be too bad ...
|
| Case SearchRange | 15 Apr 2007 18:00 GMT | 3 |
I am trying to find all of my Heading styles and move the right indent. I can't get this macro to work. What am I doing wrong? Dim SearchRange As Range Set SearchRange = ActiveDocument.Range
|
| XML protection | 15 Apr 2007 09:52 GMT | 3 |
I am creating a Word Template in VSTO by attaching a schema to it and apply XML tags in it. The user can fill in the document by several taskpanes. The document in general is protected but when a user selects an xml-node I use the _ContextEnter to unprotect the document and the ...
|
| How do I validate whether a string is just a number or not? | 15 Apr 2007 01:02 GMT | 9 |
How do I validate whether a string is just a number or not? if val like... if val <> ... someone suggested an imaginary function called isnumber
|
| Save a copy of an xml on a server using VBA | 14 Apr 2007 11:15 GMT | 1 |
This is a tough one... I have a highly suseptible file in XML on a server with an http address that I can access through a slew of propriatory applications. I would like to create a copy of the file on my local drive using VBA.
|