| Thread | Last Post | Replies |
|
| header and footer | 05 Jan 2006 00:16 GMT | 1 |
I am trying to add header and footer for user. User will add project number and compound name. I would like to add header with fit portrait and lanscape header space. Project number in header is left align and page number right align. I can add footer as it's just left align.
|
| Find All | 05 Jan 2006 00:14 GMT | 1 |
I noticed, by recording macros, that there isn't alot of difference, code wise, between finding one occurence of a word and finding all. When I "Find All", MS Word counts the number of occurences and tells me how many there are.
|
| VB automation only crashes with Word 2000 | 04 Jan 2006 22:18 GMT | 2 |
I have a small VB application which uses the MS Word Automation Object Library to open a Word document automatically by coding : Set objword = CreateObject("Word.application") objword.Documents.Open (FilePath), , True
|
| Why can't I select when I'm setting up a macro | 04 Jan 2006 21:52 GMT | 10 |
I am trying to set up a macro that will Select Cells in a Table and then Paste from the Clipboard. I am not very good with Macros and am using the Record feature to do the macro. When I turn it on, it will NOT let me Click in the cell where I want to start my paste. Can anyone ...
|
| How can I import CSV-fields in Custom Properties through Word-VBA in WD2000 | 04 Jan 2006 21:38 GMT | 4 |
I have a Word-template, in which I would like to fill Custom Properties entries from a CSV-file through a VBA-macro. How should I do this? I use Word 2000. The file is the layout: "field1txt","field2txt","field3txt", etc.
|
| Scope of Selection.Find.Format, Macro Search&Replace | 04 Jan 2006 21:08 GMT | 4 |
The Word Search&Replace dialog has a nice feature for searching for text WITH a given format, WITHOUT a given format, or blindly, and for replacing with or without new formatting. Macros access provide the .Font and .Format attributes, but it doesn't
|
| Get undo stack items | 04 Jan 2006 20:47 GMT | 5 |
is it any method to get access to Undo Stack of Word ? Thanks.
|
| Autotext | 04 Jan 2006 19:41 GMT | 4 |
Hello from Steved Basically a question about autotext Ok "The brown cow did jump the brown fox" I saved it as autotext and called it "cow"
|
| selection.find.font.color NOT equal to red not working | 04 Jan 2006 19:12 GMT | 5 |
Why doesn't the <> or the =not(wdColorRed) work 'find and replace the the hidden text with double lined text Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting
|
| Inserting at a bookmark if text found | 04 Jan 2006 17:50 GMT | 2 |
I'm trying to search for various strings of text in a document and if a string is found, then inserting a block of text that's triggered by that string into a different place in the document. I understand how to code for the searches, and how to set up the default
|
| pdf converter within Word VBA | 04 Jan 2006 16:08 GMT | 4 |
does somebody know whether or not the existence of a pdf converter like the following example from msdn of a Wordperfect converter describes. Sub OpenDoc2() Dim fmt As Variant
|
| Waiting for Word to print... | 04 Jan 2006 15:44 GMT | 2 |
I'm using Word to print a form from vbscript in a web page. Very basic... open Word, load doc, replace a couple of fields, print doc, close Word. The only issue is that, on occasion, Word doesn't print. No error or anything... I'm guessing that Word is getting closed before it ...
|
| Preventing changes to global template. | 04 Jan 2006 14:53 GMT | 2 |
What is the Visual Basic Code that will prevent the dialogue box 'Changes have been made that affect the <name of template>. Do you want to save those changes?' from appearing, and also stop any changes to the template by the user? I am using Word XP and it is for use in a ...
|
| Automating PDF printing during mail merge | 04 Jan 2006 14:32 GMT | 2 |
I am using Word 2003 and Acrobat 6. I want to automate a procedure that runs a mail merge and prints each record to a PDF file using VB. My problem is that I want to supply the file name to the Acrobat printer so that it soes not prompt me for it. Is there a way to do this in ...
|
| Slow Word 97 with global templates | 04 Jan 2006 12:59 GMT | 1 |
First of all sorry for this double post but this is the case. In the office we work with office 97 and we make use of global templates on a network share. I know that this will make word slow when opening a document when you are not connected to the network because the add-in ...
|