First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Adding a watermark to a Word doc programmatically
I need to add a watermark programmatically to a Word document. I have got as far as "activedocument.background" which returns a shape object, but I cannot find a shape method or property that then lets me specify text. Any ideas would be most welcome. -- Nigel Barton ... 23 Apr 2010 21:43
Editing field properties
Hi everyone, I need to change the properties of a lot of StyleRef fields, but am not sure how to go about it. Where a StyleRef refers to "Heading 1" I need it to refer to "Heading 2". The fields are mainly in headers and footers, but could be anywhere in a document. -- Stephenc ... 27 Apr 2010 06:33
Add Paste Unformatted Text to the right click menu
Hi Please can you explain how can you add the paste special code to the tables (and for that matetter any) shortcut menu? Regards... Anthony "Doug Robbins - Word MVP" wrote: My pleasure. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my ser... 23 Apr 2010 10:46
Can you include a recipient using activeDocument.SendMail VB
Message-ID: <1038928a8b81482f85e04738c78b0ec2(a)newspe.com> X-Mailer: http://www.umailcampaign.com, ip log:150.228.40.120 Newsgroups: microsoft.public.word.vba.general NNTP-Posting-Host: 22.bb.5446.static.theplanet.com 70.84.187.34 Path: TK2MSFTNGP01.phx.gbl!TK2MSFTNGP06.phx.gbl!newspe.com Lines: 1 Xref: ... 23 Apr 2010 18:12
Imbedding a document in word
How can I imbed a document in word document. ... 23 Apr 2010 05:33
Using an array with spaces
Sub FillStateDD() Dim myArray1() As String Dim myArray2() As String Dim myArray3() As String Dim i As Long myArray1 = Split("AGU BCN BCS CAM CHP CHH") myArray2 = Split("CHH COA COL DIF DUR") myArray3 = Split("AL AK AS AZ AR CA CO CT DE DC FM FL GA GU") _ ActiveDocument.FormFields("StateDD").DropD... 23 Apr 2010 13:55
set hanging indent for second TOC
Hi, I have a template that generates a report document. It has two TOCs with one for body of the report and the other one for Appendixes. I could manage to set up the hanging indentation to the first TOC in VB code but not sure how to set the hanging indentation to the second TOC for Appendixes. In the r... 23 Apr 2010 04:31
Obsolete references
I have a number of Word documents that have references to obsolete templates. In the Visual Basic window "Tools : References" I try to unselect the reference to the non-existent template but it won't let me saying it is in use. I'm not sure how it can be in use when it doesn't exist. Is there any way to remo... 22 Apr 2010 23:07
A Word Macro to VLookup a Range in Excel
Hi, With a combination of VLOOKUP and MATCH formulas in Excel I'm able to grab a cell's value from a multi-row, multi-column range. But I can do this only from within Excel. The formulas look like these: =IF($H$4="",0,VLOOKUP($H$4,$A$1:$E$50,MATCH(IF($I$4="","REG",$I$4),$A$1:$E$1,0),0)*IF($J$4="","1",$... 22 Apr 2010 20:51
How to get every conytols
Hi Guys, I'm working on Word 2007 and creating a form input user. I'm doing this for a user that have Office 2003, so I have a compatibility mode template document. It also include VBA code. What i need to do is to read every existing text control. Theses controls are ActiveX. I always have used: For Eac... 22 Apr 2010 20:51
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31