| Thread | Last Post | Replies |
|
| locating data in text. | 28 Sep 2006 08:37 GMT | 1 |
I am new to this.. I need to list the directories and file names for over 1800 words in over 600 files. I hae the words to search for in a .TXT formated file.
|
| Pasting Excel data into Word doc. | 28 Sep 2006 08:37 GMT | 1 |
Hi, I would like to paste the contents of an Excel cell, that is the last entry in a range, onto a specific location of a Word document. Any help would be greatly appreciated. Mike
|
| Disable features introduced after Microsoft Word 97 | 28 Sep 2006 08:10 GMT | 2 |
Please, I have a large custommer. They use Word2003 world wide . Under Tools, Options, Save As, they have checked "Disable features introduced after: Microsoft Word 97".
|
| Coding To Open/Format/Save/Close All Files In Single Directory | 28 Sep 2006 07:43 GMT | 6 |
My problem surounds the fact that I have 100 + files in the following directory C:\My Documents|Import The first few filenames for example are ABEG, ABMN, ABXX
|
| Formatting PageRef fields | 28 Sep 2006 06:47 GMT | 11 |
I generate Word documents from AuthorIT (CM software), and release them in PDF format. I need an automated solution for formatting PageRef fields. Currently, the PageRef fields come through in the regular body text format. I want to change them to use a specific character style ...
|
| Writing VBA code for changing page setup | 28 Sep 2006 06:26 GMT | 1 |
I need to write VBA code to change the page setup from A4 to quarto when a certain button is pressed. Is there a shorter code than the one below? Sub page() ' With ActiveDocument.PageSetup
|
| Get word from word doc on mouse right click | 28 Sep 2006 05:31 GMT | 2 |
How can I get the word in a MS Word document when we right click the mouse on it or when the cursor is at the word's end. I am not selecting the word out here. It is like similar to what MS Word offers when we right click any word and
|
| Word Macros | 28 Sep 2006 05:14 GMT | 2 |
Hi there, I have problems recording a macro in Ms Word 2002. The changing of the fonts and font size doesn't work. Wether I use the keyboard shortcuts ctrl+hift and f andCtrl + shift and P or using the mouse. It seems that only these 2 commands are bypassed the other seems okey ...
|
| If two options are "True" then... | 28 Sep 2006 04:00 GMT | 1 |
Hi, I am trying to put togther a form that populates a Word document, the idea is this: Bread: $50 Cheese: $20
|
| Cross-Reference Field | 28 Sep 2006 03:47 GMT | 1 |
I am trying to populate a form letter (from Excel) which I have set up in Word using Form Fields. One field is repeated in the form, so I set up a Cross Reference field to my other bookmark in the document. I went to Insert - Reference - Cross-Reference and then selecting ...
|
| Email back a survey form | 28 Sep 2006 01:06 GMT | 7 |
I have a Word form to collect survey info that will be emailed. Is ther a way to simplify the return of the form as an attachment to a specific email address? That is, is there a way to use VBA to allow the respondent to click on a submit button on this form and have it ...
|
| Populate ComboBox from Excel data | 27 Sep 2006 23:41 GMT | 4 |
Is there a way of populating a ComboBox in a Word doc using VB from data in the 3rd column of an Excel file? I found this code, but I need it to access the data from Excel. Private Sub ComboBox1_Change()
|
| Word Form Fields & Macros | 27 Sep 2006 19:49 GMT | 5 |
Working with Word 2000, I have a macro / form field problem which I hope I explain clearly... I have a macro that someone kindly gave me which is intended to add rows to a table within a form. Upon exiting the last field in the last column of a
|
| !Zero Divide | 27 Sep 2006 19:38 GMT | 3 |
In Word, I'm trying to divide two (2) text fields and have the result returned to another field. The formula I'm using looks like this =Text17/Text18 \# "0.00" . I want the field to return the correct answer but until someone enters data
|
| Documents(0) - what is it? | 27 Sep 2006 18:52 GMT | 3 |
I have a problem with my VB app using VBA for Word 97, sometimes it goes crazy when I try to localize my document name using Documents(i) when i iterates from 1 to Documents.Count.
|