| Thread | Last Post | Replies |
|
| Update IncludeText Field in Word with required XSL | 18 May 2004 11:18 GMT | 3 |
I have populated thousands of fragments with external XML's and XSL's file in the word document through the INCLUDETEXT successfully In Include text i have passed both XML and XSL File which links to the sharepoint server Form Library Now on some logic i have to update the ...
|
| Problems with WindowBeforeRightClickEvent | 18 May 2004 11:18 GMT | 1 |
I'm developing an Addin for Microsoft Word using Visual Studio .Net 2003 tool My Addin works well but there is a problem with the RigthClick event of the Word application Right Click event has two parameters: selection (with an instance of the selected text in the document) and a ...
|
| Protecting form with org chart | 18 May 2004 11:18 GMT | 2 |
I have created a form with fields, with a diagram (org chart) to be completed. The org chart needs to be unprotected for editing, so I tried inserting section breaks and not protecting the specific section containing
|
| Bookmarks & MailMerge | 18 May 2004 11:18 GMT | 2 |
We have a letter that contains some bookmarks, but before we use these as references in VBA, the document is subject to a mailmerge to bring in some personal data. The merges have no relationship to the bookmarks.
|
| Change the author of selected comments | 18 May 2004 11:18 GMT | 2 |
A colleague at work wants to make the author of all the comments in a merged document the same (don't ask me why.; this is what he wants to do). He doesn't have control over the names they use in the User Information setup. Could I do this in VBA by,
|
| Calculations in Forms | 18 May 2004 11:16 GMT | 4 |
I have a form that users will enter a number into. There is another field that performs a calculation based on the other fields. The formula is IF(B43>5,1,IF(B43>4,2,IF (B43>2,3,IF(B43>0,1,0)))). The formula works fine,b ut
|
| Missing reference to IE6 within Word VBA | 18 May 2004 07:10 GMT | 2 |
Windows XP Professional; Office 2003; Internet Explorer 6 When I look in the reference dialog within Word VBA, I do not see anything for IE 6. Do I need to install something to have it appear? or
|
| Use Winsock Control to send email | 18 May 2004 04:57 GMT | 3 |
Does anybody know how to use the Microsoft Winsock Control for sending Email? I'd like to learn to use the Winsock control to send/receive different kinds of data (SMTP send email, POP receive email, HTTP....etc.) Thank you.
|
| Calendar Control in Word 2000 | 18 May 2004 03:47 GMT | 1 |
Hi I come from a WordPerfect shop and I have only been using Word 2000 for about a month. I have created a Word template that has a custom userform
|
| restarting autonumber | 18 May 2004 02:02 GMT | 1 |
I want to place the autonumber fields in my document to have something like Text 1, Text 2 etc. and I know how to do it. But I need to have this repeated three times in my document. Is it any way to reset the autonumber so that I
|
| How to force Word to print a document without displaying any alert ? | 18 May 2004 02:01 GMT | 1 |
MS Word seems to hang about 1 minute before it prints the document that has been programmed by VBA. In case that the Word object is made visible and press at print it reports that there is a margin setting beyond ........ Obviously the problem is that it waits for a user ...
|
| Custom Save and Close procedures | 18 May 2004 01:59 GMT | 1 |
I have created a word document "editor". In my first template i have a form that opens and shows the description of about 99 word documents in a single folder, the user has the option of picking one of these documents and opening it in another template to edit. The second
|
| Automating mail merge from asp application | 18 May 2004 01:55 GMT | 1 |
Is there any possibility to have an aspx page that uses word objects to automate mail merge, using pre-defined templates I did this some years ago but in a client vb application. On a we page, it's a bit weird that a page executing on the server is able to call local word objects. ...
|
| Replace section break and insert new header (NOT same as previous) | 18 May 2004 01:55 GMT | 3 |
Hi All (again) Win2K Word2K I am attempting to write some code that will: 1. Find the previous page break and replace it with a next page break
|
| Word 2000 under WinXP crashes when VBA macro is started | 18 May 2004 01:49 GMT | 1 |
I have the following issue since changing to a WinXP computer. I am using a Word VBA application in a template that displays a button bar, when a button is pressed it pops up a selection window to ask for some preformatted text to be inserted into the document. All works fine on ...
|