| Thread | Last Post | Replies |
|
| Using Regular expressions in Replace | 23 May 2006 12:49 GMT | 2 |
Is it possible to use regular expressions to do a find/replace in Word document. I copied some data from an application in to word like this:- asd
|
| Hierarchy of Objects in Word | 23 May 2006 12:38 GMT | 4 |
Running Word 2000, I have a document with perhaps a half dozen paragraphs, with two tables interspersed among the paragraphs. If I have a loop: For Each p in ActiveDocument.Paragraphs I cycle through all paragraphs, both inside and outside the tables. I can
|
| How to close embedded workbook properly | 23 May 2006 10:58 GMT | 2 |
1. I create new MS Word 2003 document. 2. Add reference to Excel. 3. Insert embedded Excel object. 4. Run the following code:
|
| Can I do this in a toolbar? | 23 May 2006 00:24 GMT | 4 |
Hi -- There are a couple of page set up settings that I would like to be able to see on a toolbar for any document I am in -- the page size (e.g. letter or A4) and the paper tray source for printing. Would be extra cool if I could use the buttons to change the settings as well, ...
|
| Auto populate form fields | 22 May 2006 23:11 GMT | 1 |
I' wondering if anybody can tell me if there is a way to automate a form based on the value of a form field. e.go. I have an Excel worksheet listing each recipients information that I want to insert in various field of a document based on their response to the first field (e.g. ...
|
| Waiting for Document to load | 22 May 2006 22:52 GMT | 1 |
am creating a word document that basically analyzes other word documents that contain UAT test resuts (versus putting a button and code on hundereds of documents). This should be done in VB.NET or something along those lines, but licensing is an issue. My problem
|
| word.basic | 22 May 2006 22:29 GMT | 1 |
I need to modify an old program, which creates a .doc file, using the model "word.basic" (MS Word 95) instead of "word.application" But I can't find the properties or methods of that model. Today, the program is very simple and only inserts text:
|
| Using Asc and Chr | 22 May 2006 20:54 GMT | 8 |
This is an ongoing issue in the Document Management group and I wanted to bring it up here in hopes of getting the right people engaged. If I insert any one of the ten "arrow" symbols using Insert>Symbol>Symbols>Font Symbol and run the following code with any
|
| Copy Multiple Tables to Clipboard | 22 May 2006 18:42 GMT | 2 |
I am currently working on a project where I would like to copy multiple tables from one word document to another word document. The problem appears when in trying to copy multiple tables to the clipboard - I am unsure of how to do this. Using the DataObject, I can copy text (from
|
| excel linking collating data into one workbook | 22 May 2006 18:35 GMT | 1 |
Hi I want to know how to link specific cell references of various files residing in different folders in a location onto a new workbook. can someone help by providing a simple solution of just specifying the file name in a particular cell of a new workbook and linking up the
|
| changing without ending | 22 May 2006 15:49 GMT | 7 |
I can write macro which works in this way: 1) choose an image 2) change size and position 3) close UserForm
|
| Row Height in table | 22 May 2006 14:43 GMT | 2 |
I have a table in a Word which can have a variable no of rows. As the data in each cell varies the row height can also vary. How can I determine when the table has spilled over onto a new page? I then need to generate a new header for that page.
|
| Help with MarkEntry method? | 22 May 2006 13:54 GMT | 1 |
I'm using an index as an automatic glossary (a tip picked up from another discussion group), and wanted a macro to simpify adding new entries. I've got this far Sub MarkGlossaryEntry()
|
| Understanding MSForm Controls | 22 May 2006 13:21 GMT | 6 |
I was helping another person today to list the name and caption of each optionbutton and checkbox in a userform. My code is shown below, but I don't understand some of the behaviour I observed while constructing it. My test userform had two optionbutton, two checkboxes and a ...
|
| Word 2003 (English version) DLLs and Word 2003 (German version) DL | 22 May 2006 10:05 GMT | 3 |
Hi, I have created a Word Style Extractor to extract formatting styles from Word document. This application is created using VS 2002 (English version) and used the Microsoft Office 11.0 Object Library (office.dll
|