| Thread | Last Post | Replies |
|
| Text box test change | 08 Nov 2007 11:53 GMT | 1 |
hi all....my code is below...i want to be able to change a certain word in my document to another but it fails to change the text in the text box at the top of my page....any help please Selection.Find.ClearFormatting
|
| identifying tables in document for deletion | 08 Nov 2007 10:33 GMT | 2 |
I'm stuck again. I was helped in identifying the tables that have 2 columns, but unfortunately, there are some I don't want to delete. However, those that are to be deleted have the text "Actio" in the second column of the first row. I hav tried a few options, but now I get a ...
|
| Count up one number for each document | 08 Nov 2007 04:07 GMT | 2 |
I am using word for an entry log. I need this template to have a specific number to count up by one each time I open it.
|
| Why i receive the following note The modification is not allowed | 08 Nov 2007 00:14 GMT | 3 |
Why i cannot use the Office Word 2007, and i read: The modification is not allowed because the selection is locked? And how can i resolve this problem?
 Signature zizyzizyzizy
|
| Phantom Border | 07 Nov 2007 22:48 GMT | 3 |
I'm adding VBA code (Word 2003) in a UserForm to add a confidentiality notice in a footer on a fax cover sheet template, at the discretion of the user. The code below adds the footer text (nearly six full lines of legalese), justifies it, and adds a border above the text:
|
| W2007: Invalid user name causes run-time error 4120 / 24 | 07 Nov 2007 21:03 GMT | 2 |
This seems to be a serious bug with potential damage to a lot of Add-Ins. To reproduce it, 1.. Start Word, click the Office button, then Word Options. Highlight the contents of the "User name" text box and hit the space bar, then OK.
|
| Deleting wrong header/footer | 07 Nov 2007 19:38 GMT | 4 |
I recorded a macro to create a blank page at the end of the doc then clear out the header and footer of that last page. However, when I run it, it clears out the header and footer of page 1. Here's the part that clears the Header:
|
| How do I create tabs or navigation in a word form? | 07 Nov 2007 19:32 GMT | 1 |
How would I create tabs (for lack of a better word) so that when you are finished filling in one field you could hit the tab button and it would automatically jump to the next field. Also when printing out this form how can I have the filled in portions of the field underlined? ...
|
| Resetting a TOC | 07 Nov 2007 17:41 GMT | 2 |
We have a certain style developed for populating a TOC. Think of the document that the style is used in as a book with many chapters and each chapter has a TOC. I do not want to use the bookmark switch in my TOCs as many people contribute different chapters and not very ...
|
| Sending debugging messages to a second document. | 07 Nov 2007 17:33 GMT | 5 |
I am debugging a VBA subroutine that hangs under certain conditions. In order to pinpoint the spot in the code where the hang occurs, I want to write trace data to a second document, where they will not interfere with the text and ActiveX controls being added to the target ...
|
| Round function evaluates to zero if bookmark is hidden text | 07 Nov 2007 17:14 GMT | 5 |
I have a document template that uses the round function, which is used to round the value of another bookmark. When that bookmark is hidden text, the round function evaluates to zero, which is incorrect. When the bookmark is displayed, the round function evaluates properly. I ...
|
| Save As i.e. "Ln 1, Col 1-5" | 07 Nov 2007 15:11 GMT | 3 |
I have used similiar code in Excel where you can save as cell "a1" for example (meaning saving the document under the text in "a1"). In word can I specify: Save as the text in Ln 1, Columns 1-5 for example?
|
| linkage between word files | 07 Nov 2007 14:42 GMT | 1 |
Is it possible to create some kind of linkage, so that by filling "form", created in "word2000", in document "A", will automatically fill thesame data in the "forms" of Document "B"? In my law office, i have to fill about three different "word 2000" created
|
| SaveAsUI doesn'T work in MS Word | 07 Nov 2007 12:48 GMT | 1 |
Dear Group, I am a newbie in vba and tried to google a solution but couldnt find.... I want to prevent the user to save (or ask if he really wants to
|
| run-time error 13 - Type mismatch (don't know why) | 07 Nov 2007 03:17 GMT | 4 |
What worked six months ago seems to give a runtime error now. Revisting a VBA routine as the project has come out of moth balls. error 13 - type mismatch on the line: Set bmrange = destdoc11.Bookmarks("section11").Range ' locate the bookmark
|