| Thread | Last Post | Replies |
|
| Copy pages from a new document to an existing one | 13 Feb 2007 19:15 GMT | 8 |
Thru automation, I can get a mail merge to work to create a letter with address etc, and the document becomes visible. How do I open a second document (I have its path). Copy its contents.
|
| MailMerge API Trouble | 13 Feb 2007 18:53 GMT | 3 |
I have a question about MailMerge from within an api call. I have word doc set up using the mailmerge wizard that creates an SQL Server .odc file to use as a datasource. I am calling the OpenDataSource method (o1.ActiveDocument.MailMerge.OpenDataSource(...)
|
| Table Formatting in Protected Document | 13 Feb 2007 17:18 GMT | 3 |
Is it possible to allow table formatting such as inserting a new row, controlling page breaks within the table, etc. to occur in a document that is protected? In my document, I need to allow such formatting to occur so users can control the flow of information. However, I do not ...
|
| Inserting text into protected field/textbox | 13 Feb 2007 15:06 GMT | 8 |
I have a letter with fields, which is protected. For the content of the letter, I want to use variable text. I made a userform which can select several textlines, which then are to be inserted in the letter.
|
| VBA when saving | 13 Feb 2007 14:15 GMT | 1 |
I have to save some letters which I need to ensure have certain options selected (or not as the case may be) each time I save. I know some of them you can set and the settings will keep but some of them do not. Could someone please help me out with the codes for Setting :
|
| Help me now | 13 Feb 2007 13:56 GMT | 1 |
I want to access yahoo messenger through ms word (My boss doesn't want me to chat with someone during working time) or other office application (other method to dencieve my Boss) Can someone help me? I do not know how to programing.
|
| Deletion of date info in Word comments | 13 Feb 2007 12:26 GMT | 3 |
(I tried to post this question but it did not seem to work). I like to use word to mimic HTML web documents with Word screen tips mimicking HTML title attribute comments, but I can not get rid of the date from the comment. I can get rid of the author in the comment by changing ...
|
| MsgBox showing all sections with respective headings | 13 Feb 2007 08:23 GMT | 2 |
Below macro is showing all the sections of a document with their respective first paragraph headings in a Message Box. It is working fine. But ... please scroll down past the macro ... Sub ShowSections()
|
| Populate Dropdown Box in Word | 12 Feb 2007 23:06 GMT | 2 |
I have a drop down in my word document. It's not a list, but a form drop down (HTMLSelect) using the Web Tools toolbar. I want to populate this drop down with values from an Excel sheet. How do I do this? I'm
|
| Current Page # (even vs odd) | 12 Feb 2007 21:14 GMT | 1 |
I'm trying to write the code to determine: a) what the current page number is (even where there is no page numbering inserted in the doc) and; b) determine if it is even/odd number (without 'reflected margin feature')
|
| Giving a label focus | 12 Feb 2007 20:14 GMT | 1 |
I'm in the process of making a macro I wrote accessible for sight impaired clients. They use a tool called 'JAWS' to read the screen. In order to read the text, the controls need to receive focus. I have plenty of labels that are not associated with other controls that provide ...
|
| Making a form field required | 12 Feb 2007 18:38 GMT | 1 |
First of all, I have a form with several fields. Several of the fields are drop down boxes. 1. Can I make these fields required (and how do I do it) 2. If I'm already using all 25 items for the list, can I make sure none are
|
| Word gets stuck when opening from C# service. | 12 Feb 2007 18:29 GMT | 1 |
I have a C# app that calls Office.Inetrop.Word to do Mail Merge. Calling the word object from an app with GUI is Ok, but when I decided to move the code to a service, it gets stuck in Word.Open function. I have a template that I open, and then do mail merge on it to fax it.
|
| Default Print Dialog Window Changed | 12 Feb 2007 17:02 GMT | 1 |
In Word 2003 the default print dialog was customized by an employee who is no longer with us; a new print form was created and the appropriate options added to include a document footer checkbox and a checkbox to not bill the print job. This customized form causes problems when ...
|
| vb.net Word 2007 versioning problem | 12 Feb 2007 16:39 GMT | 6 |
I got a VB VS2005 App, automating Word version 2000 and 2003. Code works fine with these Office versions. Now one user installed Office 2007. He starts getting an error in this part of the code:
|