| Thread | Last Post | Replies |
|
| Printing a doc in two passes | 01 Jun 2004 14:47 GMT | 2 |
I have a 4-page Word doc and I'd like to print it using front and retro (2 sheets). First, I print the 2 odd pages, then I should print the 2 even pages: 1) msgbox "Switch on the printer"
|
| command failed on activating an inline shape. | 01 Jun 2004 14:27 GMT | 6 |
I am having trouble with inlineshape.item(i).activate command. this command works fine with most inlineshapes, but we have some word picture.8 that will not/cannot be activated on certain machines. We have word xp 2002 installed on the affected machines. why would this
|
| Programming Tables for odd/even pages | 01 Jun 2004 14:17 GMT | 1 |
I am trying to add a table that will automatically size itself depending on whether you are on an even page or odd page. I cannot seem to programme the macro to check what the active page is and then size it accordingly by using an 'if' statement. Can anyone help me? Thanks Dan
|
| Linking resources..? | 01 Jun 2004 12:38 GMT | 1 |
Is it possible to do the following using 'user-accessible' features in word, or is this something that needs VBA? I have a large number (100+) of multipage documents in Word. All the documents are follow a basic template - i.e, logo top right, horizontal rule
|
| Improve OLE automation speed | 01 Jun 2004 12:38 GMT | 1 |
I work with Microsoft Word By creating a document using OLE automation. Everything works well, except it works slowly For example, I create a table using OLE object. I already disabled Spell and Grammar checking, Pagination, prevent Screen updating. Of cause, it makes some ...
|
| Including Windows User Name in Macro? | 01 Jun 2004 12:01 GMT | 2 |
I have a macro which at the moment uses a hardcoded value for a particular directory: WorkingDir = "C:\Documents and Settings\pmoloney\Desktop\Acrobat\in\" I'd like to change this so that it uses the Acrobat\in directory on the
|
| How to print current date in "1st June 2004" format? | 01 Jun 2004 11:41 GMT | 1 |
How to print current date in "1st June 2004" format? And "st, nd, rd, and th" with smaller font size and in upper position Thank you.
|
| Wildcard search on memory string | 01 Jun 2004 11:37 GMT | 3 |
I'm looking for suggestions on how to do a wildcard search on a string held in memory. Case: varIn - is holding a string read from an external file.
|
| Merging | 01 Jun 2004 09:31 GMT | 3 |
I have form letters in word and use information from an excel data sheet for merging. Lately every time I try to bring up the data base for the word document I get an error message "Word could not establish a DDE connection to mircrosoft excel to complete the task Any help would ...
|
| Validate IncludeText field. | 01 Jun 2004 09:31 GMT | 1 |
Hi C.Meiste & All, Can u pls tell me how to identify the CURRENT CURSOR in the word document is a includetext field. so that at the time of inserting xml fragment to the word document i could validate if the current positon of the cursor in the word document is a incude text ...
|
| Handle Menu Item & opening custom created menu on double click of any word documents | 01 Jun 2004 09:31 GMT | 5 |
Is there any way to have custom menu created throught shared Add-in application in visual studio.net common across all the word document i open even it should handle the same event in all word document, just as normal word document does The menu & tool bar which is create ...
|
| an alternative way of creating a hyperlink from one document to another | 01 Jun 2004 04:30 GMT | 2 |
If the document I want to create a link to is in another folder from the present document, then, using the Insert Hyperlink Dialog box, I have to browse for that document. Here is a quicker way to create a hyperlink to another document, if the the other is already open in Word. I ...
|
| code to do a brute force algorithm? | 01 Jun 2004 01:41 GMT | 4 |
Are there any vb source code that implements a brute force algorithm? Any help is appreciated. Thanks.
|
| Need Macro to Delete Ranges of Text | 01 Jun 2004 01:39 GMT | 4 |
I receive a veryl large text file regularly that contains ranges of data that I'd like to delete. Here's what I do manually; I know the text that begins the range of data I want to remove so I use the Find feature to locate it. I click and drag to the end of the data I don't need ...
|