| Thread | Last Post | Replies |
|
| Page Set Up | 31 Jul 2007 06:56 GMT | 1 |
Using Word 2003.... How do I get the Set Up to be the same as I want each time I open Page Set Up? David of IC
|
| Word 2002 formfield ref to bookmark | 31 Jul 2007 03:46 GMT | 2 |
I am using a field which references a bookmark. The font size for the bookmark is 18pt. The font size for the field is 12pt. If the bookmark contains one word, the field, after updating, remains 12pt. If the bookmark contains two or more words, the field, after
|
| loop, populate an array and replace? | 31 Jul 2007 02:48 GMT | 10 |
I have some code to go through all paragraphs and if the paragraph is styled "caption.FIG" then find some text formatted like this Figure 3-Figure *123* and replace those numbers with a sequentially numbered list. What I would like to do is put the values of the old numbers Figure ...
|
| How do you disable updating of links through VBA | 31 Jul 2007 01:48 GMT | 2 |
I am working on an app which (among other things) is resonsible for making a PDF of Word docs. That PDF part is fine. The problem is, the Word docs often contains OLE links for which the source is not available. When my print routine opens these docs, the
|
| Textbox Value, Calculations, and Display with Decimals | 31 Jul 2007 00:41 GMT | 2 |
I want to have a userform that collects a whole dollar value. A calculation is carried out using that whole dollar value then the result are put into bookmarks. The calculations are fine except I can't get the trailing .00 to
|
| Word 2007 Macros Disabled | 30 Jul 2007 19:56 GMT | 2 |
I created a number of macros in a word macro enabled template as well as auto footers. Without seemingly doing anything, my macros no longer work even though I went into the Trust Center and anutomatically enabled all macros. The macros, when run, insert the appropriate merge ...
|
| Positioning Data in Indivisual Cells within a Table using VBA | 30 Jul 2007 18:20 GMT | 1 |
I am importing data from an AS/400 using OLE DB/ADO and wish to populate a table with data. I am reading a Primary file which has header information, and I need to load detail from two additional files into the Table. The number
|
| Use VBA to add certificate to Word Templates | 30 Jul 2007 14:29 GMT | 1 |
I have a collection of several hundred! WORD documents that need to be added a new certificate. Is it possible to do this using a vba macro? 1. add "certificate" macro to normal.dot 2. DO open file
|
| Word table and formfields | 30 Jul 2007 13:32 GMT | 6 |
I have a table with rows containing some plain text and some formfields, including a Yes checkbox. I want to copy selected cells of selected rows of the table either to the end of the existing doc or to another doc, but only the rows where the Yes checkbox is checked. Any ...
|
| Populating blank sections | 30 Jul 2007 12:20 GMT | 6 |
I have a word document with standard heading and sub heading sections.I wanted to write a macro which could populate the corresponding heading or subheading sections with some standard text.The only clause is that when heading is blank , I want the population to ...
|
| Sending an email from Word using VBA | 30 Jul 2007 10:48 GMT | 8 |
I have used the suggestion option 2 from //www.word.mvps.org/FAQs/InterDev/SendMail.htm to create an email from the content of the form in Word and send an email based on the contents of this form. Is there any way that once it has sent
|
| Logo in Header - Macro Question | 30 Jul 2007 04:38 GMT | 2 |
All our documents have the company logo on them on Page 1 of the document. As this logo can be one of a number of colours I have the attached Macro that makes the appropriate change. In my latest document when the macro is first run, the new logo does not
|
| Find/Replace: Find numbers and replace with n-1 | 30 Jul 2007 00:09 GMT | 3 |
this is not strictly a VBA question (rather about the advanced find/ replace feature), but close: I'm trying to find out how to find certain numbers inside specific text strings, modify the text string and replace each number with n-1
|
| Use Macro on Document Open to Fill In data | 29 Jul 2007 23:31 GMT | 2 |
I am setting up a sheet with client data on it. For reasons I'm not going into now, the prime users of this sheet are not familiar with and will not us the address book. This means that most of the repetitive data has to be typed in, prefferable without forgetting any. I would ...
|
| .dll vs .dot | 29 Jul 2007 22:41 GMT | 3 |
I am reviewing a spec for a task which places a floating custom tool bar over a Word document and uses buttons on this tool bar to handle some special formatting requirements in the underlying document. The spec calls for this to be handled by a .net dll.
|