| Thread | Last Post | Replies |
|
| Macro problem with Word 2007 | 22 Nov 2007 16:54 GMT | 1 |
I paste a lot of pictures into my report, and I would like to size them each time I add a picture (picture format size heigh & width). I recorde a macro using Word XP with no problem. However, with Word 2007, I am having the following issues during recording (a cassette tape icon
|
| How to copy text and header and footer from one document to another | 22 Nov 2007 16:31 GMT | 1 |
I have a macro that opens a document, selects the text and then copies it at the top of the active document, which works well to copy the body text, but I can't work out how to also copy the header and footer. The header contains an image and the footer text.
|
| Next Bullet | 22 Nov 2007 15:35 GMT | 1 |
Im trying to create a macro that adds the text in textbox1 to the end of a bulleted list in cell B2. All I can seem to do is replace the cells text with the entire contents of textbox1 ...... but again I just want to add a bullet the list that is already in the cell. Any help ...
|
| Drop Down formfield with over 25 items in list for Word 2007 | 22 Nov 2007 11:58 GMT | 5 |
Help - I just want a form field that will allow for the States and 31 days of a calendar - I know they exist - Thank you so much!
|
| startup folder problem | 22 Nov 2007 09:49 GMT | 2 |
I have a problem with my global template. I have made several templates and since the most of the functions I have made are the same for the templates I have put my code in two global templates. I have organized my templates in some folders and in Word I set the path to the ...
|
| Picture Formating in a macro | 22 Nov 2007 06:14 GMT | 2 |
I'm trying to change the formatting of a picture through a macro. I have managed to change the size of the picture, but I'm unable to change the text wrapping options. I would like to have my graph which is 3.95" in width, aligned to the
|
| Autoexec not running | 22 Nov 2007 04:57 GMT | 1 |
I have a template I have been working on. It was password protected and I went under protect document and unprotect it. I saved and closed the template. But when I try and reopen it, Word asks for the password. When I type in the password the template opens. But when it opens the ...
|
| Using Events with the Application Object | 22 Nov 2007 02:19 GMT | 4 |
I was looking in the help and it said the following: Before the procedure will run, you must connect the declared object in the class module (wdApp in my example) with the Application object. You can do this with the following code from any module.
|
| Selecting text | 21 Nov 2007 20:54 GMT | 9 |
I have text files that have router information in them. I need to move a section of text from the middle of the file to the top. Here is what I manually do. I find the text of "running." I then press the home key to get it to the left. I then want to selection (Highlight) the
|
| User Form duplicates information when sub is cancelled | 21 Nov 2007 20:37 GMT | 2 |
I have made a user form to populate a Word 2003 template. I have added a piece of code that exits the population of the document if the required fields aren't filled in, it reads like the sample below: If Len(Trim(cmbDiv.text)) <= 0 Or Len(Trim(cmbDept.text)) <= 0 Or
|
| document.Merge() gives inconsistent results | 21 Nov 2007 12:59 GMT | 2 |
(this is a copy of a post I sent to a couple other groups but haven't had a reply) hello, in office 2003, if you did
|
| find&replace text throughout a document | 21 Nov 2007 12:05 GMT | 13 |
I am trying to programmatically replace text throughout a document using string manipulation and complex logic, which may not easily be coded into the single assignment statement: .Replacement.Text = "xxx" which doesn't appear to allow multiple procedural string manipulations of
|
| How alter Word 2003 doc last page footer without altering other pa | 21 Nov 2007 11:34 GMT | 4 |
How can the last page footer of a Word 2003 document be altered without altering the information in the footers of the other pages? A word template document is used with a visual basic program to generate over 26,000 individual word documents using details from a file. The
|
| Detect if text is too long to fit in a cell | 21 Nov 2007 09:18 GMT | 2 |
I have a macro that fills a table (in Word XP) with some data. The table is created manually before the execution of the macro, and I access it with : Set objTable = ActiveDocument.Tables(1) It works perfectly, but for some cells, the text is too long to fit in, and
|
| Retrieve full path to an attached template when path doesn't exist | 21 Nov 2007 06:21 GMT | 2 |
We are using Microsoft Office 2000. Our Workgroup Templates path is going to change, so I need to write a macro to update the path if appropriate. I know I can retrieve properties about an attached template using
|