| Thread | Last Post | Replies |
|
| how to insert DocVariable into a table cell? | 02 Oct 2007 23:42 GMT | 2 |
this is how i'm doing it now. but seems awkward. cell.Select With ActiveDocument.ActiveWindow.Selection .ExtendMode = True
|
| How to link to a field in a tabel from a header? Programming or? | 02 Oct 2007 22:55 GMT | 14 |
We have some QA documents where there is a change log in the end of the document which consist of multiple columns and rows. e.g. Initials, version and a change description column (3 in total) I need to show the most resent version and the initials in the header
|
| Protected Word Document and Hyperlinks | 02 Oct 2007 22:33 GMT | 1 |
I have a Word 2003 document that is protected and has hyperlinks. I successfully created a macro button and it worked great. However, it only worked on my computer. To work on another computer, I had to copy the macro to that computer and also to other login accounts on the ...
|
| Replace macro problem | 02 Oct 2007 21:17 GMT | 2 |
As an administrator I have to make changes to a website page. For reasons I do not understand, on saving, the links in the page default to the Home page, rather than to the intended links within the page. The solution is to remove "?ide=###" from the HTML, where ### is the three
|
| Template styles - language change | 02 Oct 2007 18:43 GMT | 3 |
I have a template from my client which uses Heading 1, 2, 3 in their text and they are used in the document's TOC. They now want to give this template to their Lisbon office who are using the Portuguese version of Word.
|
| Run-time error using clipboard | 02 Oct 2007 18:18 GMT | 1 |
I am trying to restrict users that use my form to assigning only text data to a string variable when the source of this data is from the clipboard. As you know, the Windows clipboard can hold image data as well. SEE CODE BELOW including my comment on line 7.
|
| Word's "Find" not working as expected | 02 Oct 2007 12:06 GMT | 1 |
I have a string of text found twice in the same word document. Even though I indicate a starting point that is before the first instance of this string and I mark Forward = true the first instance it finds is the instance at the end of the document. Is there some trick I can
|
| Count specific words and return the value | 02 Oct 2007 11:53 GMT | 10 |
I'd like to count the number of specified words, e.g., "that" and "which" in my document and put the number of times it appears in the section in a table cell. Thanks
|
| Replacement.Text fails to render vbCrLf | 02 Oct 2007 09:05 GMT | 3 |
When I use a statement like With .Selection.Find .Replacement.Text = "Some Text" & vbCrLf & "More text on a new line" I get a mess like
|
| search valors in access table | 02 Oct 2007 08:29 GMT | 2 |
I like search from a userform in word one valor in access table. The userform demand a number and with this, consult an access table and recover data to insert in the userform but i not able to programming this thanks in advance and sorry for my bad english
|
| using macros on custom toolbars | 02 Oct 2007 08:14 GMT | 5 |
I have developed a custom toolbar in which I us one of the buttons to display the current name representing to directory the users are working with. The problem I am having is trying to close MS Word without getting the following response:
|
| How do I prevent a page in a document from printing by other user | 02 Oct 2007 08:12 GMT | 2 |
We are in the process of rewriting all our test procedures and want to move the revision blocks to the last page. When the documents are printed we want to block the revision page from printing. These are read only files for the rest of the plant and only the quality group ...
|
| File Open not active document | 02 Oct 2007 07:11 GMT | 5 |
I am in the process of migrating from Word 2002 to Word 2007 and have several macros developed in the later. One macro opens files using the Documents.Open(strFileName) Previously the file opened would become the activedocument in the Word
|
| Copy only specific styles with VBA | 02 Oct 2007 06:58 GMT | 3 |
Is there a way to copy JUST a select set of styles from a template with VBA (not Word's Organizer) to another document, rather than all of Word's undeletable built in styles? Thanks much!
|
| Counting Find & Replacements | 01 Oct 2007 18:18 GMT | 9 |
When I do a normal Find & Replace>Replace All in Word, a message box pops up at the end telling me how many replacements have been made. But when I execute the following line: Selection.Find.Execute Replace:=wdReplaceAll, findtext:=",11,",
|