| Thread | Last Post | Replies |
|
| When I print; header changes and inserts file number | 11 Jun 2008 09:27 GMT | 1 |
Header is correct when file is saved and reopened. When I print the doc. the header changes on all pages and the file number is inserted into the original header text .
|
| Automate the "File/Send/As Attachment" as an embedded link in Word | 10 Jun 2008 20:55 GMT | 2 |
I need to send out a word document that I will need to have my sales reps fill out. I would like to add a link at the bottom of that word document that when clicked will automatically send that word document with the changes made to me as an attachment in an email. Basically what ...
|
| Runtime Error 5460 | 10 Jun 2008 18:45 GMT | 10 |
Is there a list of Runtime Errors? The following code works in Word 2003 but fails in Word 2007 with Runtime Error 5460. ActiveDocument.SaveAs fileName:=fileName$ + ".", FileFormat:=wdFormatHTML Thanks,
|
| Need code for enter key | 10 Jun 2008 18:04 GMT | 5 |
With ActiveDocument .Separator = wdSeparatorTab End With With above got delimiter window to come up as tab instead of blank. Now I
|
| Reference Word Field by Name | 10 Jun 2008 17:26 GMT | 2 |
Can I refer to a Field by string (Name) to gain access to the Update() and Select() methods? To use the Fields Collection you have to pass in an integer (Index): _objDocument.Fields[index].Select();
|
| AutoNew with fld.Unlink not working in docs created from template | 10 Jun 2008 16:07 GMT | 2 |
I'm using 2003/XP and have recreated a basic Word 2000 template by copy & pasting into my 2003 blank doc (without the last paragraph mark) and have inserted fields like this: { FILLIN "ENTER TECHNICAL REPORT TITLE" \d "ENTER TECHNICAL REPORT
|
| Adding new tempales | 10 Jun 2008 15:28 GMT | 2 |
I have made a document with headers, logos and some general text. And now I want this document to be a template for me and my colleges. How do I do that? Can we have the document on our server or shall it be installed localy on
|
| Search all the characters then get range for some of them | 10 Jun 2008 15:25 GMT | 12 |
How do I programmatially search all the characters in a word document, then get Range for some of them so I can change font, etc? I hate to call Document.Characters because it will take forever. But if I call Document.Range(ref 1, ref missing) to get all the text, then how do I ...
|
| Centering text in VBA code? | 10 Jun 2008 15:11 GMT | 1 |
Good morning folks, I have a quick question: I'm creating a form where the individual headings on the document will change depending on the selections made in the form. I would like to center these headings, to make them stand off from the text below
|
| sending message and print preview word 2003 | 10 Jun 2008 12:50 GMT | 2 |
hi! when i write i always have a converse p sign at the end of the line when i try to remove it by clicking on the show/hide button i get a blank page.when i click on print preview i get a blank page,when i email the document the recipient get it blank what should i do please?
|
| Content controls behaviour inside <w:p> | 10 Jun 2008 12:19 GMT | 1 |
Content controls inside <w:body> tag are only allowing us to press enter keys, custom elements, <list> tags formatting. This scenario is mentioned in the attached document “New Approach – Array and Statement tag.docx”. Content controls inside body are extendable.
|
| Position of Field / DocVaiable in Word | 10 Jun 2008 09:39 GMT | 3 |
Is there any way to programmatically get the Position of a Field in Word? - as Bookmarks. Thanks Jon
|
| How to connect to an Oracle Database from a Word Macro | 10 Jun 2008 08:51 GMT | 1 |
Hi, I'm trying to figure out the best way to connect to an Oracle database via a Word Macro. I'd quite like to avoid installing the Oracle client software on all the client machines, so I gather my best option is to connect using the
|
| how to view the print preview on word 2003? | 10 Jun 2008 07:43 GMT | 1 |
when i clic on print preview i get a blank page,when i send a mail the recipient receive a blank page
 Signature thanks for helping!
|
| working without the hide/show button on word 2003 | 10 Jun 2008 07:43 GMT | 1 |
when i remove the converse p sign after writing my text i get a blank page,when i send the message,the receipient get it blank,when i ask for print preview i get a blank page what should i do?
|