| Thread | Last Post | Replies |
|
| Inserting variables in multiple bookmarks | 28 Feb 2005 01:31 GMT | 7 |
I am trying to insert variable information into multiple bookmarks with the following code. However, I get the following compile error: "With Object must be user-defined type, Object, or Variant." Can anyone tell me what I am missing? Is there is a better way to do this? Thanks!
|
| Index Value of FormField | 27 Feb 2005 23:49 GMT | 4 |
Last week I thought that I had figured out a way to get the index value of a formfield using VBA. Today I noticed that it fails if I have two or more formfields in a table row. For some reason if I have a row of formfields in a table, all of the formfields in the same row ...
|
| re: using a macro to input data at specific spot on document | 27 Feb 2005 23:17 GMT | 7 |
How do I get the selection coordinates to put data that is stored in an excel spreadsheet. I can't use the mail merge since I need to read through the file and only update for one instance of an account list the certain columns and also Use 2 different documents based on the ...
|
| How to redirect on "Not Found"?? | 27 Feb 2005 21:35 GMT | 6 |
I have a macro that searches my document and looks for a specific marker that may or may not exist in the document. If it finds the marker it is supposed to do some stuff from that marker to the end of the document.
|
| Copying every other Cell Word 2003 | 27 Feb 2005 19:15 GMT | 7 |
I have been using the macro below to copy the first cell and then copy to all other cells on the Sheet. However with Labels I actually need to copy to every other cell horizontally, and then miss the next row of cells, as they are used
|
| Programming for different Word versions | 27 Feb 2005 14:12 GMT | 19 |
I've developed a VB6.0 application which calls a Word.Application. I need to distribute this to client's with versions of Word different than my development system (i.e. my app
|
| Running word in silent mode | 27 Feb 2005 13:20 GMT | 1 |
We have an application which communicates with Word through the DDE-interface. The application creates VBA macros which is used to build rather complex Word documents, and everything works fine. This process may however tak minutes, and we have to watch Word taking control of the ...
|
| Style Instances Count? | 27 Feb 2005 11:08 GMT | 1 |
Is there a way to reference the number of instances of a Style that is being used in a document similar to the way that you get this when right clicking on the style name in the Stayles and Formatting window? I want to get the number of paragraphs that are formatted in a specific
|
| How do I convert Apple Laser Writer .prn files back to MsWord .do. | 27 Feb 2005 04:54 GMT | 2 |
I lost my .doc files due to a virus. I wrote two books and all I have is the .prn files. How do I access them to revise my two books? HELP?
|
| Macro will not End at bottom off the Document | 27 Feb 2005 00:14 GMT | 2 |
Hello from Steved The Macro finds the next first line By Identifing the font size 30 and Bold, which is what it does, however when it reaches the bottom of the document it then
|
| Persistent variables in a template? | 26 Feb 2005 23:08 GMT | 2 |
Is it possible to create a variable within a template that will store data between sessions? I need to store some info for a document that will be created by the user. I have been using custom properties but these have a limited length and I need to store longer text.
|
| How to read and write to an excel spreadsheet using Word | 26 Feb 2005 22:59 GMT | 1 |
I have set up a small excel sheet containing addresses. Reading the data is no problem but I want to write one particular value (last number used) back to the excel sheet and it keeps creating copies of the original sheet.
|
| Merge specific cells in a table | 26 Feb 2005 22:11 GMT | 2 |
I have inserted a table with 5 rows en 17 columns using a macro. Now I want to merge certain cells, for example : I n row1, I want to merge cells 1 to 5. And in row 2, I want to merge cells 2 to cell 5. and further. I know in advance which cells from a particular row need to be ...
|
| Change .TopMargin on all pages | 26 Feb 2005 18:59 GMT | 4 |
Through some vb code, I'm changing the top margin to .6 but it only affects the first page. How can I code it to affect all pages?
|
| Macros, Mail Merge and sorting data into 2 different tables | 26 Feb 2005 18:59 GMT | 2 |
I think I might be in way over my head, so I am just looking for any help or suggestions to help me sort this out. Anyways I have a word document which I want to put data into from an excel spreadsheet. Here's basically how the document is there is a prompt for the end user to
|