| Thread | Last Post | Replies |
|
| Drop down list | 30 Apr 2009 15:35 GMT | 2 |
I am using Word 2007 and need to create a drop down list that can be used and seen in Word 2003. I created my form in 2007 and my drop down lists appear in 2007 but the drop down list doesn't appear when I save the document in a 2003 version.
|
| Loop through pictures | 30 Apr 2009 11:03 GMT | 3 |
I am experienced with Excel but am having problems with Word VBA, I need to loop through a document that contains (amongst test) images copied from the internet. I need to convert each image to Word metafile. Kind of like the following which produces error:
|
| Word Automation and Memory | 30 Apr 2009 11:03 GMT | 1 |
I'm trying to perform Word Automation through Access VBA and have some real problems with speed. This occurs when finding and replacing codes for values from the database. I think I've pinpointed the issue to the find and replace routine. However, this works quickly when on one ...
|
| Mail merge data source problem | 30 Apr 2009 10:52 GMT | 1 |
I have a word document mailmerged with an excel table as a data source. In the Document.open event of the word document is a macro that opens the document and sends the merged letters to a new document (for later printing). Everything works fine, except that when the
|
| Table clobbers style | 30 Apr 2009 08:20 GMT | 13 |
[This is a cross-post from microsoft.public.word.tables. I know this is not clearly a VBA thing, but I suspect the answer will lie there and I got no responses in the other group. Hoping to have better luck here, in a more active group.]
|
| Inserting Text from another file | 30 Apr 2009 08:09 GMT | 3 |
I am using VBA in Word 2007 to incorporate text onto a blank document from another document, i.e., a letterhead. This is my code: Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:=
|
| How to Create Template w/ every page same format as original | 30 Apr 2009 05:02 GMT | 3 |
It seems like an easy thing to do, and yet.... Creating school grading sheets, time sheets etc...and I wanted to create a template with three text boxes (columns) and one text box below (row), so that when the text exceeded the box on one page it
|
| How to enable macros on word 2003 | 30 Apr 2009 04:43 GMT | 1 |
Can anyone tell me how to enable macros in word 2003?
|
| Read text from table cells and write to a plain text file | 30 Apr 2009 02:54 GMT | 9 |
I am trying to write VBA code to read text from cell and write to a text file with unicode 8 encoding. I have copied the below mentioned quote from the forum. Here are my points that I need your help:
|
| User-defined properties in a Word Document | 30 Apr 2009 01:24 GMT | 1 |
Is it possible to create user-defined properties in a Word Document? If so, how? Thanks!!
|
| Picture Border | 29 Apr 2009 22:43 GMT | 5 |
Word 2007 Looking for help with vba code to place a border around a picture. Thanks DataH
|
| word 03 tables format | 29 Apr 2009 22:43 GMT | 3 |
Hello everyone. I have several tables in a document and would like to bold the rows that have text in the second column. If the second column has numbers (ie 610-8444) then i don't want to bold the row. This is my start. I am having trouble identifying the row and second
|
| columnhead | 29 Apr 2009 22:29 GMT | 2 |
when columnhead property is true then is shows a row for column heading but how can I write a text for those headings? I thought it will use the first row of data as heading but that's not the case so I want to know how can I fill in those headings?
|
| OLEFormat.Label | 29 Apr 2009 14:50 GMT | 2 |
Good Afternoon everyone: I have an Excel document linked into my Word Document. I inserted the link by highlighting the section of the Excel worksheet, copying,
|
| mail merge 2007 line spacing | 29 Apr 2009 11:34 GMT | 4 |
I am merging from an access 2003 database to a 2003 word doc. However, when a 2007 user opens it it has the line spacing issue mentioned in http://support.microsoft.com/kb/921174 The word document is opened from access and I would like to perform the noted
|