| Thread | Last Post | Replies |
|
| Converting table to XML | 17 Jun 2005 10:25 GMT | 1 |
Hey all, I am supposed to convert a tab separated table (with spanning rowwise / column wise) to XML. Before I try to take on the mamoth task, I was wondering if:
|
| Word 2000 macros can no longer create text file | 17 Jun 2005 10:08 GMT | 3 |
We have been running document processing macros for many years. As part of this, they do: Open filename$ for Output as #1 print #1, contents$
|
| text wrap | 17 Jun 2005 09:42 GMT | 1 |
Out ot the blue - my text will not wrap at the right margin. I havee to use the "Enter" key to write correspondence. I've made no changes to the S/W or H/W. Any thouhgts?
|
| Automating Sendmail | 17 Jun 2005 07:46 GMT | 2 |
This is the question I posted a couple of days ago :
>I wrote software to automate Word documents from my application. When users >finished editing a document, they'll send it to email via Word's email >functions. However, they have to fill out the address and subject |
| Outlook Address | 17 Jun 2005 07:08 GMT | 4 |
Does anyone have a simple macro that does a lookup in Outlook contacts for a specific name and copy the information into variables?
|
| How to force a page break??? | 17 Jun 2005 04:50 GMT | 2 |
How do I force a page break at any given point with VB in a word document? I have tried : Selection.Paragraphs(1).PageBreakBefore = True but that doesn't work. That makes a new page at every paragraph. But
|
| Immediately Show or Hide Multipage tab based upon checkbox selecti | 17 Jun 2005 00:50 GMT | 1 |
I am trying to make the Visible property of a page in a multipage be dependent upon a checkbox, so that if the checkbox is checked, the page is visible, and if the checkbox is not checked, then the page is not visible. I would like it to take effect as soon as the checkbox is ...
|
| Saving picture from a table | 16 Jun 2005 23:14 GMT | 1 |
How can I retrieve a picture that is in a table? Getting the text from a cellrange is no problem, but I cannot figure out how to get a picture that is in the same cell, and better: how to save it to disk.
|
| How do I tell if a shape is displayed behind text? | 16 Jun 2005 23:07 GMT | 1 |
How can you tell if a shape is set to display behind text? I have one shape and if I set it to display behind the text the ZOrder is still 1. I need to delete the shape and recreate it. I would like the keep the shape behind the text if that's how it was originally displayed.
|
| Controlling word status bar | 16 Jun 2005 23:07 GMT | 1 |
In Word it is easy to add help text that will appear in the status bar at the bottom of the word window. I am presently doing this in a form which has help text at each field. Unfortunatly this text doesnt disappear when a user uses the scroll bars to move to another location in ...
|
| how do I identify/move sections of a document? | 16 Jun 2005 23:07 GMT | 1 |
Hi, I am trying to figure out a way I can select entire sections in a word document and move them after other sections through a toc-like interface. I have a form with a tree-view control setup and ready to go, but I still need to hook the treeview control into the word sections ...
|
| HELP!! -- Word formatting on the fly in a mail merge | 16 Jun 2005 22:55 GMT | 1 |
I am using a Microsoft Access 2003 DB and built a VB6 application on top of it. I need to creat a mail merged word document based on the results of a search query issued by the user. The contents of the letter to be mail merged resides on a db table. What I need to do is ...
|
| capture document onclick | 16 Jun 2005 22:55 GMT | 1 |
how can i capture document onclick or otherwise determine if the cursor is in a valid comment-area mike g
|
| Preventing interference between multiple Word instances | 16 Jun 2005 22:07 GMT | 2 |
Controlling Word 2003 from a C#.NET application using the COM interface. I create a Word object and then perform processing on many files (> 100) sequentially, with Word invisible. Here is the basic code I use: Word.ApplicationClass Wrd = new Word.ApplicationClass ();
|
| recover deleted macro | 16 Jun 2005 21:20 GMT | 1 |
I have accidentaly deleted a macro from Normal.dot, I thought that I had copied it to another template before I deleted it from Normal.dot but that does not seem to be the case. Does Word store the macros anywhare else ather than in the template document?
|