| Thread | Last Post | Replies |
|
| Header/Footers COunting Fields | 16 May 2006 04:12 GMT | 5 |
Is it possible to count the number of fields in a header or footer? If so, is it then possible to access them like and index e.g. header.field.item(i) etc or not? Replies in jscript if possible.
|
| TOC Layout question | 15 May 2006 23:33 GMT | 1 |
I'm working on a template that was designed with bookmarks orginally. I would like to automate the table, layout shown below: TABLE OF CONTENTS 1. Item 1 6. Item 6
|
| set Shape as range | 15 May 2006 21:58 GMT | 8 |
How do I set ActiveDocument.Shapes(2) as myRange? I tried: Dim myRange as Range set myRange=ActiveDocument.Shapes(2)
|
| Fax Cover Sheet Automation - "real time" | 15 May 2006 14:19 GMT | 4 |
I'm working with a fax cover sheet that is simple enough, but I have to enter in duplicate information. I think that twice is too much and increases the opportunity for errors. So I'm looking for advice, and I'm rather demanding...
|
| Standard Conventions for UserForms | 15 May 2006 12:40 GMT | 17 |
Yesterday I was in a discussion (buried deep in another string) with Jean-Guy Marcil about the proper conventions for developing userform code. In particular, where the bulk of the code should reside. Here is a very simple example where a userform provides one text input to
|
| How to take control of an already running instance of Word | 15 May 2006 06:39 GMT | 10 |
I'm need to use word to update a document as part of a vb6 program. If the 'winword.exe' process is already present I want to use it instead of creating a new word process by using the 'new Word.Application' statement. Any ideas?
|
| suping up Word's divisions | 15 May 2006 05:25 GMT | 9 |
They say a picture is worth a k'zillion words (or something to that effect), so here's my picture: http://www.renamestar.com/wordproshots/wordprodivisions.htm It's a screen shot of Lotus Word Pro's division feature. Every time I
|
| Saving Word "form fields" in an Excel spreadsheet | 15 May 2006 04:27 GMT | 1 |
I want to save my Word form fields in an Excel spreadsheet so that each time someone inputs data and then hits SaveAs, the data is placed in the next line in an Excel spreadsheet. I want to keep this data by date and then by month so that my spreadsheets are labeld ...
|
| How to run macro in protected Document. | 14 May 2006 23:59 GMT | 6 |
Hi I protected my document with ActiveDoc.Protect wdAllowOnlyFormFields and I would like to use some macros, but I cannot start the macros. what can I do
|
| VB Code to connect document to data source named in user form text | 14 May 2006 22:21 GMT | 2 |
Can someone please help, I'm trying to automate a merge process with a User Form where the user supplies the drivepath of the data source. Since the data source is a variable my code looks like: Dim SecDataSource as Object
|
| Getting information about paragraphnumber when bookmarks, bullets | 14 May 2006 22:13 GMT | 1 |
Any help about this will be appreciated. I'm working with a VBA-routine where a (big) Worddocument is copied to Excel and after that is edited and used in Excel in a special way. In the routin I need to find complementary information from the Worddocument
|
| code for printing current section of a document | 14 May 2006 21:38 GMT | 2 |
This discussion group has been like a good friend for years. I really appreciate y'all. :) I'd like code for printing the section the cursor is currently in. How might I change the code below to accomplish this?
|
| Save to a Pseudo-Database | 14 May 2006 09:07 GMT | 2 |
I'm working on a Word add-in that will need to save some simple information and retrieve it later. There will be a small number of records, probably no more than ten, and each record will have just two bits of information: a record number and a string. That's it. This
|
| Size of project - VBA vs VB | 14 May 2006 04:52 GMT | 2 |
We have a project (Word 2000) with 3,500 lines of code. This interacts with a later developed VB6 routine with 2000 lines of code Most of the code involves file & word manipulation including 25 forms. We intend to revise and combine the routines (Word 2003) and so finally to
|
| Tags | 13 May 2006 22:50 GMT | 3 |
In word tags start with backward slash '\'. For Example \tab for a tab. Let us say I am creating a word doc from another application which prints a dataset that contains a variable. The variable has backward slash in some of its values. So when the document was created, I didn't ...
|