| Thread | Last Post | Replies |
|
| Sanity check: What's wrong with this code? | 03 Feb 2006 21:45 GMT | 5 |
This sub worked fine several times then suddenly stopped working. Can anyone help me figure out what is wrong? ----------------------------------------------------------------------------------------------------- Public Sub getLastRevisionDate()
|
| Inserting an expression field | 03 Feb 2006 20:45 GMT | 2 |
I have "Page X of Y" in a header where Y is normally a field of type wdFieldNumPages. I have modified this field manually by inserting an expression field (i.e. type wdFieldExpression) that reads "= expression - 3" where expression in this case is the NumPages field. This works ...
|
| Getting source code from Normal.dot | 03 Feb 2006 20:25 GMT | 9 |
I've spent the last few days working on a series of interrelated macros; basically, there is a main macro and it farms out lots of its work to lesser procedures. All of this code is working well and is stored in Normal.dot. Is there any way that I can get the source code from ...
|
| Help with a Table in the footer | 03 Feb 2006 18:30 GMT | 2 |
I have a number of old documents that have a table in the first page footer section. The table is used to track changes to the document and has two rows and a number of columns. A new column is added for each revision. How do I reference the table in the footer section?
|
| Why??? There are too Many Items To Display.. in Workspace Panel | 03 Feb 2006 17:52 GMT | 1 |
When I open up a shared document workspace using Word 2003 and go to view the "Documents" tab I get the following message: "There are too Many Items To Display - View this list in the web browser." Is there a way to increase the amount of items that are returned to Word 2003.
|
| Copying RTF text with formatting | 03 Feb 2006 17:52 GMT | 3 |
Have an RTF document with multiple text areas, each having some RTF formatting (bold, etc.). Each of these areas is contained in bookmark. I've written a VBA module to loop through the bookmarks and copy the contents to memo fields in an Access database as rich text. The only ...
|
| Ping Steve Yandl or other VBScript gurus | 03 Feb 2006 17:15 GMT | 4 |
I realize that this is slightly off-topic for this newsgroup but I've already posted this question to microsoft.public.scripting.vbscript and haven't received any replies after almost 24 hours. Several days ago, Steve Yandl suggested using VBScript when I asked about a
|
| copying excel cells as image in word with a macro | 03 Feb 2006 14:33 GMT | 1 |
I need to insert Excel Cells as images in a Word Document. Is there any way to do it ? thx everyon --
|
| List boxes - control source property - Word VBA 2003 | 03 Feb 2006 14:29 GMT | 1 |
I am attempting to use a range in an excel spreadsheet as a countrol source property for a drop down list box in Word VBA 2003. The documentation examples refer to putting a spreadsheet range as the control source, but the examples show a reference to a range of cells, with no ...
|
| book template | 03 Feb 2006 11:45 GMT | 1 |
i need TEMPLATE PROGRAM THAT WRITERS USE TOO CREATE THIER BOOKS.
|
| macro runtime error | 03 Feb 2006 07:45 GMT | 1 |
I have successfully been using a macro I created in Word (current version 2003) to open several documents, paste them together, save the combined document, and then close all the documents. I created a new macro today using key strokes, but when I
|
| Creating a document based on a custom template messes up formattin | 03 Feb 2006 06:58 GMT | 3 |
Hi! I am faced with a peculiar problems. I have a custom made template which is used to append a variety of documents programmatically (C#, VB-6 or VBA). It works OK for most documents. However, if a document has an embedded
|
| Copying Macros from normal.dot to specific files for others to use | 03 Feb 2006 06:40 GMT | 2 |
I have a bunch of macros stored in normal.dot. As of now, I am the only person using these macros, but in a few weeks, that's going to change. Is there a way to copy the macros into the specific documents so that whoever opens the document can use the macro? I don't want to ...
|
| Global Template Loads; Macros Don't Work | 03 Feb 2006 06:39 GMT | 1 |
I just had my system overhauled with WinXP re-installed and MS Office XP/2002 reinstalled...or re-imaged, I should say. So all of my previous settings are gone. I have two global templates that load on startup of MS Word. Since the re-image, one of the templates loads fine and all ...
|
| Using Macros in a Mail Merge Data Source | 03 Feb 2006 05:11 GMT | 3 |
I have a mail merge where I edit the data source directly through the main document. I have macros that I'd like to insert in the fields of the data source. The only function the macros perform is inserting text so I don't have to type the same thing 10 times. I've tried to do ...
|