| Thread | Last Post | Replies |
|
| Looping in footers | 25 Jan 2008 11:43 GMT | 3 |
I'm working in Word 2002 and Windows XP Pro SP2 I have a template which has on each page, bar the first, a coloured logo within a table in each footer. The following code iterates through each footer looking for the inline
|
| replace text in all header stories of a document with several sections | 25 Jan 2008 11:04 GMT | 4 |
Dear Experrts, for some specific reason, I would like to be able to replace text in ALL HEADER stories running just one macro. If I set the range, I am only able to set the PRIMARYHEADER OR
|
| Accessing Global Template Objects | 25 Jan 2008 10:27 GMT | 5 |
how can i access classes, autotext entries, etc. of a global template (like normal.dot) within a macro. public methods are accessible through the Application.Run "MyGlobalTemplate.MyMethod"
|
| macro to copy clipboard to autocorrect entry, Word 2003 | 25 Jan 2008 07:22 GMT | 5 |
I type out medical reports on a lot of different patients, some of whom have odd spellings for their names. I have been putting the name for each report into an autocorrect entry. For example, if the patient's name is "Throckmorton," I might assign that to "uu." Then instead of ...
|
| Word 2007 + programmatic second instance thru VB.Net 2005 | 25 Jan 2008 03:23 GMT | 5 |
hi Bob, thanks for the prompt reply... no this hasn't helped solved my issue. Maybe i should be a bit more precise. I am not trying to edit the .dotm file (template) , its being loaded as you
|
| Insert Page Number Problem (Word 2003) | 24 Jan 2008 22:17 GMT | 1 |
When i tried to insert page number to the Word document by doing INSERT -> PAGE NUMBERS, it displays me { PAGE} instead of 1. So, I tried to delete the exisiting Normal.dot and recreated a new one, but it still shows me the same problem. FYI, i'm using Word 2003.
|
| Change name of style | 24 Jan 2008 22:01 GMT | 1 |
I would like to change the name of several custom styles in a document and also make sure that it is reflected in the document. What would be the best way to accomplish this task. For example - CustomStyle1 is used in 5 places and CustomStyle2 is
|
| Deleting styles with leading spaces in their names | 24 Jan 2008 20:05 GMT | 14 |
I need to programmatically delete styles whose names begin with a space character. I know that it's not possible for a user to create such a thing intentionally -- the style modification/creation dialogue suppresses such leading spaces. But the paragraph/character hybrid
|
| Need a thank you letter for attending a meeting | 24 Jan 2008 18:12 GMT | 1 |
I need a letter to thank everyone for attending my meeting.
|
| Replace footer text | 24 Jan 2008 17:39 GMT | 2 |
I need my code to be able to search a footer section for the text "<Project #>" in a multiple page, single section document and replace it with the value of a variable (ProjNum) provided from a user form. Can someone help me out? Thanks!
|
| How to identify spaces in WORD array | 24 Jan 2008 12:22 GMT | 2 |
Hello, i'm trying to rebuild a field name with underscores in the name ie: "aaaa_bbbb_cccc" and need to determine when there is a space before and after the name, but when i loop thru the ActiveDocument.Words, it looks like the only items in that array are actual words, no spaces, ...
|
| Field validation | 24 Jan 2008 12:10 GMT | 5 |
Hi; Appreciate if someone could help me with the following: I've 2 text fields called "Bank Name" & "Bank Account Number" in my form now. Can anyone guide me on how to add the the following validation checking into
|
| Word VBA Copying Document Content from other documents issue | 24 Jan 2008 10:06 GMT | 2 |
I am trying to code around a copy and paste issue with Word. In that if you copy and paste the contents of a document that has multiple sections into an existing document, it brings with it header and footer information. I know if I manually select the content of each section ...
|
| Word to Excel Table Conversion | 24 Jan 2008 09:41 GMT | 1 |
Below is the code to convert word tables to word. But I am trying to convert them into Excel. I have not been successful so far. Can somebody tell me where I am goign wrong or how to do it. Sub MergeTables()
|
| Validate Form Field Results | 23 Jan 2008 20:19 GMT | 2 |
In Word 2003, I have created an evaluation form which has several separate tables for each area being evaluated. The score of each area is entered into a form field. There are 13 fields, each having its own bookmark name; score1, score2, score3, etc. The user is to enter a score ...
|