| Thread | Last Post | Replies |
|
| HOW CAN OTHER PEOPLE OPEN MY E-MAIL ATTACHMENTS? | 07 Mar 2006 07:35 GMT | 2 |
When I sent an attachment only half of the people on my list can open it. Is there an alternate way to send attachments so other systems can open them?
|
| How do I generate a number greater than 32767 in a numbered list? | 07 Mar 2006 07:33 GMT | 3 |
How do I generate a number greater than 32767 in a numbered list?
|
| VBA-code cached? | 07 Mar 2006 06:19 GMT | 1 |
I have recently been developing in two separate VBA-projects, one in Word 2000 and the other in Word 2003. Suddenly, in the testing-fase, one user seems to be running old code. In one example I made a small but significant change in the code and saved
|
| how to play a sound when Word starts | 06 Mar 2006 23:24 GMT | 1 |
How can I get a word document to play a particular sound when I first open the document?
 Signature Nak
|
| Call an addin command from a macro? | 06 Mar 2006 16:41 GMT | 5 |
I have a commercial addin that creates bibliographies (Thomson's EndNote). It loads a .WLL and adds a group of commands under Tools. It has a .DOT file that provides a toolbar with the same commands. Can I call one of these commands from a macro? I tried selecting the command
|
| Selecting a text block | 06 Mar 2006 16:33 GMT | 5 |
I would like to write a simple macro what would activate "block select" (Ctrl+Shift+F8) and leave the block select" active until an appropriate action concerning the selected bloc is taking. I find that it is not possible to simply record the Ctrl+shift+F8
|
| Reordering a document | 06 Mar 2006 16:00 GMT | 1 |
The main problem at hand is that I need to create a new document that contains the current documents data, just in a different page order. I can copy the needed page and paste it into a new document, but i cannot find a way to paste it at the end of the document.
|
| Pictures are cut when they are inserted in the word document. | 06 Mar 2006 15:50 GMT | 1 |
I have a problem in programming word VBA. I want to insert graphs from the clipboard into a word document at all the positions where '[[Graph]]' is written. The document contains tables and has a layout with two text columns. At some positions in the document, a strange
|
| Good idea or bad? | 06 Mar 2006 15:31 GMT | 4 |
I'm thinking of some action I'd like to perform in a report document, and it would be really convenient to use a single "hot key" for each of them. This would be like running once through the document performing one of six different actions. Maybe the function keys, since they ...
|
| Word fields | 06 Mar 2006 14:07 GMT | 3 |
I would like to set up a report template in Word. Within this template I would like to create a bespoke dialogue box that asks a series of questions which, when answered, will populate the relevant fields within the report eg:
|
| Why is loop not moving forward? | 06 Mar 2006 13:23 GMT | 8 |
This loop works - but it stays in one place and doesn't move forward through the document. What simple silly thing have I forgotten? With doc.Content.Find .ClearFormatting
|
| how can i convert upper class letters to lower class letters | 06 Mar 2006 08:41 GMT | 3 |
how can i convert upper class letters to lower class letters thank u cud u plz get back 2 me ASAP, as it is urgent... yasmin
|
| Shape | 06 Mar 2006 08:22 GMT | 4 |
I want to remove all the Shapes that are in the top of InlineShapes, and ONLY those. I already have a code that select the InLineShape and format them. What I can't do, is Delete all the Shapes in the select Paragraph, or in the
|
| Template Save Changes (Word 2000) | 06 Mar 2006 07:17 GMT | 6 |
When I make document based on a template, after closing or saving Word 2000 keeps asking me if I want to savechanges. Can somebody help me stopping this? Even when I agree on saving the changes, the second time Word 2000 asks the question.
|
| Mailmerge from excel | 05 Mar 2006 13:22 GMT | 4 |
I am trying to create a mailmerge in excel with the click of a button. When the button is clicked it opens word sucessfully. Sub OpenWord() Dim wdApp As Object
|