| Thread | Last Post | Replies |
|
| Remebering values from different runs in a macro | 13 Jul 2007 01:28 GMT | 3 |
I wonder if there is a way to store values in some kind of global variables for macros between runs as long as the document remains open. I have seen how to create serial numbers and stuff by storing numbers to text files. But I wonder if there is a smarter way as long as I have ...
|
| Open XML Object Model | 12 Jul 2007 23:42 GMT | 1 |
Still looking for a way to determine a document property without opening the document. A la "dsofile" system. This link: http://msdn2.microsoft.com/en-us/library/bb521237.aspx at leasts suggests the possibility tht it can be done, but I don't see the
|
| Disappearing photos in a 1,000 page document. | 12 Jul 2007 23:17 GMT | 1 |
I have a 1,000 Word Document, with photos interspersed throughout. After I save, close, re-open, various photos will be missing. This happens continuously. Any suggestions/help for this problem???? I am using VISTA and the most recent version of Word. Thanks.
|
| Document grouping | 12 Jul 2007 17:42 GMT | 1 |
I'm wondering if there is way to group many documents in one document using the function in menu "Insert", "File" in a way that the grouped document would keep the same headers, footers, margins and page position of each initial document?
|
| Merging certain table cells | 12 Jul 2007 16:36 GMT | 1 |
I have a word doc with a 17 row x 20 column table in which I have populated using mail merge data and vba. It is basically set up like a weekly appointment calendar with the data being merged appointments from the database.
|
| Spell check a TextBox | 12 Jul 2007 15:10 GMT | 2 |
Is it possible to spell check the contents of a UserForm TextBox? --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 000755-1, 07/11/2007
|
| Word Form - Disable printing of non-enabled checkbox fields | 12 Jul 2007 13:50 GMT | 5 |
I have a form designed with a list of five items with a checkbox beside each item. I need the ability for the end user to choose any or all of the five checkboxes however, if they only choose the first and the fourth items listed on the checkbox list, I do not want the second, ...
|
| How to convert a word .doc file into .tif file in c#? | 12 Jul 2007 12:18 GMT | 2 |
How to convert a word .doc file into .tif file in c#? Many thanks for your replying.
|
| How do I open a file with control box in run mode in MS Word? | 12 Jul 2007 09:52 GMT | 5 |
I have created a document with some control boxes in it. However, when I reopen the file, it opens in Design Mode and I need to put it off so as to work on the control boxes. how can I open the file in run mode? In Office 2000, this problems does not exist; this happens only ...
|
| Populating text boxes when checkbox selected | 12 Jul 2007 04:05 GMT | 3 |
I want to update some text boxes when a check box is selected. I have 3 bookmarks labeled Text1, Text2 and Text3. When the user selects the checkbox, a macro needs to be executed which populates bookmarks TextA with data entered in bookmark Text1, TextB populated
|
| macro to remove autonumbering and insert tabs | 12 Jul 2007 03:40 GMT | 1 |
I am trying to write a macro to do the following: 1. Go through a document and remove autonumbering/convert autonumbers to text. 2. Add a tab before each number, but not before letters. (I have numbered lists and lettered lists.
|
| Eliminating line item breaks | 11 Jul 2007 21:54 GMT | 2 |
All, I have been attempting to use a macro which generates a list of all modifications made to a Word document past a certain date. One of the categories (columns) included in the output list is the current text in the
|
| Macro help (open doc from template - then close template) | 11 Jul 2007 18:34 GMT | 8 |
Hi all, Can anyone help please. I have the following macro which runs based on a selection of 'Y' or 'N' in an excel spreadsheet which opens a word doc from a word template. My question is how can this be modified to open the word doc based on the template, but close the actual ...
|
| Default Save Location | 11 Jul 2007 18:28 GMT | 2 |
I am trying to launch Word providing it command line parameters for the document to open (ie /new ) and a default save location, which in my current situation is a Sharepoint library. InfoPath includes a command line parameter called 'defaultsavelocation' that automatically ...
|
| Microsoft.Office.Interop.Word create new instance of winword.exe | 11 Jul 2007 16:06 GMT | 2 |
I have created a windows service in C# that reads data from word document and fills in sql table. This service runs every two minutes. The issue is that it creates new instance of winword.exe everytime it runs. If i see task manager there is multiple instance of winword.exe. That ...
|