| Thread | Last Post | Replies |
|
| Help with programming logic | 17 Dec 2004 04:20 GMT | 3 |
I'm trying to merge the contents of two documents. The two documents are formatted as following: Here's my situation. I have two documents. The first is formatted as follows:
|
| Intercepting Ctrl+Shift+F12 | 17 Dec 2004 00:39 GMT | 3 |
Word 2000 I have a macro project where I intercept the built-in Word printing functions using FilePrint and FilePrintDefault routines. However, documents can also be printed using Ctrl+Shift+F12, which is NOT intercepted by either
|
| Edit my TruncPath macro | 17 Dec 2004 00:27 GMT | 4 |
Here's my existing code, which places the FolderName\FileName (without the entire path, and without the .doc file extension) at the end of the document in 7 pt. font, and then returns the cursor to it's original
|
| How do I set envelopes with my corporate logo as a template in Wor | 16 Dec 2004 22:49 GMT | 1 |
How do I set envelopes with my corporate logo as a template in Word?
|
| InsertFile Method | 16 Dec 2004 22:18 GMT | 1 |
BlankIn Access 2002, I'm trying to use Word's "InsertFile" method, but VBA does not recognize the method. What library do I need to have referenced in my application for this to work? I've already got the MS Office 10 and MS Word 10 libraries
|
| how to update particular headings with styles in macro visual basi | 16 Dec 2004 18:21 GMT | 1 |
I have of file of searchfields I used to make bookmarks in a document. That worked fine. But my intent was to build adobe acrobat pdf with bookmarks and that just doesn't work. So now I'm trying to update my searchs with styles that acrobat can regonize
|
| Envelope Location | 16 Dec 2004 16:48 GMT | 1 |
Is there any way to have an envelope inserted at the bottom of the document instead of the top? Thanks Joseph Gruber
|
| Carriage return characture | 16 Dec 2004 16:39 GMT | 1 |
I have a textbox in a userform which is called txtDetail it is set for muliline entry and also enter key enabled. When the contents entered in this textbox is transfered to the document a small square is placed in from of each new line.
|
| Rounding Number | 16 Dec 2004 15:35 GMT | 3 |
I'm doing a number of calculations from a number entered into a text box. I need to take that number (X - 100)/50 This answer needs to be rounded UP to the next whole number. For instance, If X = 312 the answer needs to be 4. Any decimal place needs
|
| funny characture after textbox entry | 16 Dec 2004 15:12 GMT | 1 |
I have a user form which has a textbox in which is set to mulit line and enter enabled, the contents of this textbox is then transfered to a texbox form field with a document. If the user enters more than one line of text in the userform textbox when
|
| Rounding number UP | 16 Dec 2004 14:41 GMT | 5 |
I need to round up a number in VBA (Word 2000). A number from a text box (X) is being will be used in a formula. (X-100)/50 If the result has any decimal place, the answer needs to be rounded to the
|
| specifying name of the document while saving | 16 Dec 2004 13:08 GMT | 3 |
I open a Document template using C++ program (without using MFC), Now, the templete is opened as a document. Upon attempting to save the document, MS Word suggest a file name to be saved to..I mean, this file name will be same as that of Temple but with an extension of .doc. mabe ...
|
| Invalid Filename accessing WordApp.Documents(Name) | 16 Dec 2004 05:13 GMT | 1 |
I get the Invalid Filename when trying to access a document using WordApp.Documents(Name) while Name=WordApp.Documents(1).Name This document is loaded inside Internet Explorer and Name = "Word.asxp?IdDoc=PRV26241&Action=Dis"
|
| Protection Task Pane | 16 Dec 2004 04:09 GMT | 1 |
I have a document that is protected. If a user attempts to change it, I do not want to display the default Word task pane but instead I would either like to display my own message box or customize the task pane to contain my own message. Is there a way to do this?
|
| Date functions in VBA (English/Spanish) | 16 Dec 2004 00:12 GMT | 2 |
I'm trying to create a template in Word which is normally used with the English version of Word. One of the forms has a combobox which sets out the current month using the following code:
|