| Thread | Last Post | Replies |
|
| VBA Word Equation Object | 09 Oct 2003 16:40 GMT | 1 |
Is it possible to convert an Equation Object to text?
|
| Merge document puts an additional page | 09 Oct 2003 16:40 GMT | 2 |
I am trying to merge two documents in a macro. The command used is ActiveDocument.SubDocuments.Merge FirstSubDocument:= ActiveDocument.SubDocuments(FileName1), LastSubDocument :=
|
| Bug when using copy paste on ActiveX controls in WordXP | 09 Oct 2003 16:11 GMT | 2 |
Ok, try the following: In an empty document insert an ActiveX control for example Microsoft Office Chart 10.0. Make sure the object is inserted as Inline With text. Click to the right of
|
| Problem with finding font | 09 Oct 2003 15:29 GMT | 1 |
I want to use find and replace to find characters in a paragraph which have same font with the first character and adjacent to the first character.for example, one paragraph:"abcd",fonts of 'a' and 'b' are completely
|
| perform a macro on a word document | 09 Oct 2003 15:27 GMT | 1 |
I have developed an application (C#) that retrieves email's from a pop3 server and checks for word documents. If the attachment contains a word file i save it on the filesystem. Now i want to perform some macros on the word
|
| problem: closing invisible document | 09 Oct 2003 13:25 GMT | 4 |
i open a document by set doc = document.open visible:=false but i cannot close it by doc.close
|
| Automating Form Field Entry | 09 Oct 2003 12:55 GMT | 2 |
I have several letters that I have made into forms. Several of the fields are identical and I would like to be able to type the information in just once and have it autofill the other identical fields. How do I do this?
|
| Files in New|File Dialog | 09 Oct 2003 12:51 GMT | 1 |
What we are trying to figure out is how Word takes different templates under "C:\Program Files\Microsoft Office\Office\1033" and organize them into different groups (tabs) on the File|New dialog. We know we can place folders containing word templates under the user template folder
|
| File Paths | 09 Oct 2003 12:42 GMT | 2 |
This should be a fairly easy one for you guys! All of my company documents are created using templates. As I understand it when the document is loaded the attached templates are being searched for in the following
|
| User Form Leaving Trails | 09 Oct 2003 12:37 GMT | 7 |
I have about 5 user forms, none really more complex than the next. When I display one on top of a document (as opposed to no doucments being showing), and then drag the form, the form leaves a visible trail all over the screen. If I drag any other form, no trail is left. (If I ...
|
| wrong numpages when printing | 09 Oct 2003 12:13 GMT | 4 |
I get wrong numpages in documents based on a template. Is there any other way to count how many pages a document has except the field NUMPAGES? I'm not sure why this happens, maybe it's because I use "Set MyDoc = Application.Documents.Add(Template:="C:\Templates\Samlingsmall.dot",
|
| Embedding multiple objects into .doc using one process? | 09 Oct 2003 11:47 GMT | 1 |
I need to embed several .doc files into another doc file from a dedicated folder. I can't find a method to allow, for example, automatically embedding these files with a macro. Individually, it's no problem via macro
|
| MS Word Error Msg - Compile Error in Hidden Module: FileNew | 09 Oct 2003 11:40 GMT | 1 |
I am using Windows XP Pro and have loaded Office XP Pro. Whenever I click on the the "New Blank Document" icon in Word I get the following error - "Compile error in hidden module: FileNew".
|
| Protecting word template with options | 09 Oct 2003 11:35 GMT | 1 |
I would like to protect a word template, but would like to leave track changes on. I would like the user to be able to turn on or turn off track changes. I just want to lock the header and footer from changes. Anyone please advise.
|
| Macro misbehaving | 09 Oct 2003 11:34 GMT | 1 |
I recorded a super simple macro that puts a statement in the header of a Word doc and then puts filename/path, author's name and page x of y in the footer. It works great... button on toolbar, etc. BUT, when I close Word
|