| Thread | Last Post | Replies |
|
| Font size manipulation within odd/ even headers and footers | 21 Nov 2006 23:18 GMT | 3 |
I' m trying to create a macro to insert odd and even Headers and Footers. The problem is that I need to change font size three times within each header and footer. I have the odd and even down pat, just not the font changing within each header and footer.
|
| Pull specific text from a line in the document | 21 Nov 2006 21:54 GMT | 1 |
Anybody know how to pull text from a word docuement that is on a specific line. So my document have two hundreds lines of formatted text. I need to get the text from line 4... Joshua
|
| how do i create pop up boxes to fill in a letter | 21 Nov 2006 21:37 GMT | 2 |
I want to create a standard letter with pop up boxes that can be answered that will ultimatly fill in the letter....like "Enter the borrower's name" or "Enter the Address" and then the letter would be filled in with this info.
|
| File/Open/Files of Type | 21 Nov 2006 18:58 GMT | 6 |
I am trying to create a desktop shortcut that will open word and invoke a macro that does a file/open to a particular folder with a "Files of type" being All files (*.*). Can someone send me a code fragment for setting "Files of type". Here is what I've found by example so far. ...
|
| File Save Macro | 21 Nov 2006 18:35 GMT | 1 |
I need to create a macro to save files in the following format: 2006.11.21_[Atty Initials]_[Brief Document Title]_[Brief Descriptor].doc The documents will be created from a variety of templates which are used by all users in the Firm; however, this naming convention applies to one ...
|
| Word VBA: Can I order bookmarks on Ms. Word | 21 Nov 2006 17:03 GMT | 2 |
I have an insert button on my page, which inserts a row in a table with 6 columns (and 6 formfields) everytime I press it. What I want to know is that everytime I insert a row, is there a way I could make sure that
|
| greek spellingchecker for word | 21 Nov 2006 16:04 GMT | 1 |
Where or how can i download a greek spellingchecker for word in office 2000?
|
| Form Fields - next destination dependant on drop-down selection | 21 Nov 2006 15:50 GMT | 3 |
I'm trying to edit a form where there are a number of text and drop-down fields. What I'd like to do is have the user of the form select a drop-down answer, and for the form to take them to the next relevant point (bookmark?) based on that answer.
|
| Excel Conditional Formatting | 21 Nov 2006 14:15 GMT | 2 |
I pickedup the following code from http://www.ozgrid.com/VBA/excel-conditional-formatting-limit.htm Private Sub Worksheet_Change(ByVal Target As Range) Dim icolor As Integer
|
| dsofile.dll and Word2007 | 21 Nov 2006 12:52 GMT | 1 |
dsofile.dll is a wonderful little tool to allow a vba programmer to see important information about a Word document. However, it seems not to work with Word2007. Does anyone know of a replacement tool for reading subject and author and last revision date, etc?
|
| macro for selecting paragraphs for legal document | 21 Nov 2006 11:45 GMT | 2 |
I am trying to develop a macro that asks specific questions; if the answer is yes then it should insert a standard paragraph (or number of paragraphs) if the answer is no then it would insert a different paragraph. The intention is to develop a macro that asks a number of these ...
|
| change outline style through code | 21 Nov 2006 10:53 GMT | 2 |
Is there anyway to change the Heading 8 style through code? I have Heading Style 8 to number automatically, but with a prefix, say 1234M e.g. 1234M1, 1234M2, 1234M3, etc. When I open a new document, or save as, I want to run a macro that will replace 1234M with 1235M via a ...
|
| Word to Access | 21 Nov 2006 06:12 GMT | 2 |
For a general standard contract that I use offend, I do use a word template with a user form, this works quit well. Now I would like to store the information which I do input at the user form automatically in an Access data base table. This access database and table exist already ...
|
| running a macro "after" a document opens" | 21 Nov 2006 05:19 GMT | 2 |
I have a template that has some fields that are updated when the document opens and should leave the cursor at a point to start typing the letter. The problem I am having is that the template also inserts a logo at the top of the page. the auto exec macro runs before the logo
|
| Delete section break next page | 21 Nov 2006 01:51 GMT | 3 |
I need a macro (?vba) that will delete ======section Break (Next Page)====. I have a 1 pg template that another (non-MS) app uses to generate a 72 page doc based on records in its DB. It is a type of mail-merge, however, there is no way I can stop the app from putting each record ...
|