First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
Fieldcode IF
Hello I am creating a schema where I want to autofill some information. In one line I have created a dropdown-list. Word has given the the list the bookmark-name List1. In the next line I have tried to create an "IF-question": { IF { List1 } = "Value x" "Textstring ..." } I had expected Word to fill in "Text... 25 Mar 2010 10:19
Insert value in cells and combined them
Hi All, I have a table with 3 columns in following manner: C1 C2 C3 Blank Blank Value Value Value Value and so on. 1. I just want that merge all blank cells of column 1 and blank cells of column 2. 2. If there is value in column 1 insert "WW" at b... 25 Mar 2010 15:03
Opening a .doc from code
I am trying to open a Word document from an Access program using the following code: objWord.Documents.Open path\FileName objWord.Documents(1).Activate I can't get the Word document open on my desktop. What am I doing wrong? Thanks, Stanley ... 29 Mar 2010 14:46
Writing a macro to delete specific lines from a large Word document
Hi I have a large Word document, several hundred pages long. I would like to do the following Find each and delete every line that starts "Comments:", "Author:", "MyRating:". These are typically the first 3 lines of every page, but it can vary. I am doing this manually, but am curious to know if it's po... 24 Mar 2010 12:22
how to merge multiple word documents - many times!
I have about 150 sets of 8 single page word documents that I want to merge into single documents. Any ideas? (i.e. I will end of with 150 documents each with 8 pages). Thanks ... 12 Apr 2010 14:48
VBA to save an image from the web
How can I end this code so that it will save the image in 'My Documents' instead of just pasting it into the word document? It is a .gif format on the web, but it can be something else if it's easier. Thanks. Sub Comics() ' Open the first webpage Set ie = CreateObject("InternetExplorer.Appl... 25 Mar 2010 22:03
Turn off "Getting Started" - permanently
"Tabasco Ed" wrote: On Tue, 7 Jun 2005 08:50:48 +1000, "Pat Garard" <apgarardATbigpondDOTnetDOTau> wrote: G'Day (again) Quartz, It is annoying because your suggestion I have already tried and it doesn't work. Of course you EXPLAINED this - didn't you! You explained that... 23 Mar 2010 20:38
Add a hyperlink on web page that points to a bookmark in a Word Do
Hi Everyone I am trying to add a hyperlink to a web page that points to the a section within a Word document. For example, if I have a Word document sitting in a SharePoint library, and in that document I have a section that is bookmarked, I would like to have the following hyperlink on a web page: http://... 23 Mar 2010 18:22
In XL VBA, Word Document SaveAs throws error
I'm working in Vista with Word and Excel 2007. I'm writing a macro in Excel that opens and reads a file using FSO, creates a new Word doc and writes the file data into the doc, and then saves the doc so I can use Word ranges to grab the data and write it into the Excel file. Every time the code gets to the SaveA... 24 Mar 2010 23:54
Programming Automation Into a .dot
I have a protected .dot file that I am programming from MS Access 2002. In my code I unprotect the document and then I can update fields that I set as bookmarks. My problems are: a) I can't protect the documents again (objword.ActiveDocument.protect gives me an error--the document is not open b) I can't show th... 23 Mar 2010 18:22
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45