| Thread | Last Post | Replies |
|
| save word documents in a folder as pdf | 10 Jan 2007 11:00 GMT | 10 |
I was hoping that somebody out there could help me? I have a limited knowledge of excel VBA and I'm attempting to write a macro in word, which will read all of the files within a directory and save them to an array and then convert all of the word documents in a
|
| Looping with Variables | 10 Jan 2007 05:39 GMT | 2 |
I have a series of items (variables) which need the same work done on them. These are not in any pre-existing group, but merely a bunch of variables I am creating, e.g., "address", "name", "assignment", etc. I was thinking of using "For Each" but that seems to be limited to
|
| Dynamic text in a table cell based on dropdn selection | 10 Jan 2007 05:21 GMT | 2 |
I recently solved my issue of having a color be displayed in a cell within a table based on the selection of the dropdown box. (see code below). I need to also add some specific text in that colored cell as well. Can someone point me in the correct direction? I am guessing
|
| delete module in Excel VBA macro | 09 Jan 2007 18:56 GMT | 1 |
Excel 2003 all sps loaded OS: Windows XP I can find the modules that are macros in my Excel workbook by loading the VBA editor. However, I can not find how to delete these modules. There is
|
| Style of Formfield gets lost on Protecting Document. | 09 Jan 2007 17:57 GMT | 3 |
I have created a simple form field like this: Name (Style - 'TemplateLabel' ) : {FormField} (Style = 'Title1') The style of form field ('Title1') is available when the document is in UnProtected Mode. The Problem is the Style of formfield gets changed to
|
| how to make severals documents out of just one | 09 Jan 2007 09:15 GMT | 2 |
Hello NG, Is there a way to save a documents pages to all different files, somehow naming or numbering them? I get textfiles containing manual page-breaks that I would like to split up like that.
|
| Change LanguageID automatically when paragraph pasted in target document | 09 Jan 2007 07:14 GMT | 2 |
I have a problem! I have a document which written in Language "English AUS" and have one more document which written in "English US" when I tried to paste paragraph from "English US" document to "English AUS" document, the
|
| Determine Vertical Location of a Bookmark | 09 Jan 2007 05:36 GMT | 1 |
I want to determine the vertical position of a bookmark (i.e., how far it is from the top of the page). How is that done?
|
| Using "Like" in Select Case Statements | 09 Jan 2007 03:47 GMT | 1 |
Is it possible to use "Like" in a Select Case, such as, Select Case Variable Case Like "*jones" How is this done?
|
| WORD Automation Frustrations | 08 Jan 2007 17:16 GMT | 1 |
I need some advice on what to do for this project. There has been VBA code written in Access to generate Word documents. It works wonderfully. I was given the task to copy this functionality on the web with ASP.
|
| Form Tabbing Issue - Toolbox appears | 08 Jan 2007 15:36 GMT | 1 |
I have a custom form in Word 2003. When tabbing through the fields after one combo it then tabs to the design toolbox and displays it then goes to the next field. Is there a way to prevent this?
|
| Changing Documents Default Font? | 08 Jan 2007 12:51 GMT | 1 |
I'm doing a bit of work on some old word templates. One of the requests is to modify the document so all the text is in Arial, at the moment its in Times New Roman. The new instance of a document is opened up by the following line.....
|
| Search and Replace Days or Months | 08 Jan 2007 07:54 GMT | 8 |
I apologise if this is not the correct category for placing these questions; none of the others seem appropriate. Is it possible in Word (2002 on Win2K) to search for the abbreviation of any month (Jan to Dec) and replace it with the full name, e.g. January, or
|
| Dynamic color based on drop-down formfield? | 08 Jan 2007 02:41 GMT | 7 |
I am using a simple drop-down formfield in a MS Word 2003 document. I am seeking a way to automatically have an adjacent field or cell respond as a specific color based on the drop-down selection. For example: If dropdown1 = "Red" then textfield1 will either highlight
|
| changing the normal.dot | 08 Jan 2007 01:18 GMT | 5 |
I have previously set up a macro to appear in my normal.dot. I set up the macro and place the template in my Word startup folder. Each time I launch Word (2003) the macro appears. Now I want to change the font of my normal.dot from Times new Roman to Book
|