| Thread | Last Post | Replies |
|
| repeat an entered text/dates in document | 14 Jul 2007 00:07 GMT | 2 |
tI have a simple template I am creating from scratch where the person enters the date of the letter on the first page, along with the "reg number". I want the date and the reg number to be displayed on the other pages as well, at the top of the page, sora like a header...but not ...
|
| Bug | 13 Jul 2007 22:16 GMT | 12 |
Hello from Steved The below macro will not run it stops on End With,What do I need to do please to correct my problem. Thankyou. End With
|
| Updating fields with a macro? | 13 Jul 2007 22:12 GMT | 3 |
I have some StyleRef fields and a TOC field that I would like to update using a macro. I ran a macro to Debug.Print all field types and results to see which ones I need. It looks like my StyleRef fields are type 10 - but it also looks like
|
| Attach template to existing document; letterhead | 13 Jul 2007 21:24 GMT | 2 |
I have a document template containing my company's letterhead; in our semi-automated system, we typically use this template for new Word documents that require it to appear: Dim w As word.Application
|
| Checking only style protection? | 13 Jul 2007 18:22 GMT | 3 |
I would like to check if a document has protection from changing the styles. But is open for editing. I tried this first: If ActiveDocument.ProtectionType <> wdNoProtection Then MsgBox "please remove document protection"
|
| copy paste with target | 13 Jul 2007 17:23 GMT | 4 |
Can somebody please tell me why this Code stops at pTarget, i think its an easy we you know who situation. I am trying to copy the range abc "other stuff" xyz with is not in the same paragraph
|
| How create a doc that uses paragraph from several other documents | 13 Jul 2007 14:50 GMT | 2 |
I regularly type up building specifications/quotations which use standard paragraphs or groups of paragraphs. I have 20 or 30 short documents that I use, currently I open these docs up then cut & paste the text I need for each element. (EG bricks woodwork etc).
|
| Template, VBA and Mail Merge problem | 13 Jul 2007 14:34 GMT | 10 |
I have a template. I have a user form. I have an Excel spreadsheet which contains my data. Everything is working beautifully, but.....many users are not Mail Merge proficient and the whole template idea may be trashed if I can't make it more automatic. I'm trying to make it ...
|
| send to printer some documents | 13 Jul 2007 10:38 GMT | 2 |
How can I print some word documents from VB, one ufter another. It's doing nothing to me for more then one documents (I'm using printout metod, word object)? thanks, ruth.
|
| How to set the page layout in c# program? | 13 Jul 2007 10:14 GMT | 2 |
How to set the page layout? I would like to know how to set the "size" and "margin". Many thanks for your replying.
|
| Word Macro's With VBA | 13 Jul 2007 04:03 GMT | 6 |
Why are there so many books on Excel programming with VBA and not for Word? Can you recommend a few texts that are both a reference and an educational text for Word for VBA? 562487
|
| metric settings in Word | 13 Jul 2007 03:53 GMT | 15 |
This is something that has bugged me for years. Like most of the world, I live in a metric country. I've set Location (in Control Panel) to Australia, and Measurement Units (in Word) to centimeters (which should actually be spelled "centimetres", BTW). However, page margins
|
| UserForm to modify Custom Doc Proeprties | 13 Jul 2007 03:22 GMT | 3 |
I have a form which on open a UserForm promts the user to input common case data. After clicking the UserForm closed, the data filled into the UserForm creates custom document properties, and populates the Word Form at pre-defined bookmark locations.
|
| Converting a word | 13 Jul 2007 03:01 GMT | 3 |
I have the following macro that looks for a word in the document and replaces it if it’s in a Heading style. The problem is it does not get all the words I am looking for. How would I rewrite it to get all the words except if the word is in a table, textbox or a graph?
|
| Autonumber style and insert cross reference from previous paragrap | 13 Jul 2007 02:13 GMT | 1 |
I have a document that has styles defined. There are figures and tables that have the Style “Graphic” The captions are in the Style “caption.FIG” and “caption.TAB” respectively. The captions are already populated with text, though they do not use field
|