| Thread | Last Post | Replies |
|
| Word/Excel toggle | 31 May 2006 23:55 GMT | 4 |
I have a macro that picks up information from Word and pastes it into Excel. It then makes a couple additional changes and queues the user to review the results with a mesg box. If everything is well, the user selects OK and the macro continues with some additional changes. If ...
|
| how to get the coordinate of top-left of the visible part in current document? | 31 May 2006 21:08 GMT | 1 |
i want to insert a picture at current position, which the picture will be visible and need no scrolling, but if the document is scrolled, i can't get the position where to insert it. when scrolling the document, VerticalPercentScrolled will change to reflect
|
| "file not found" when attempting to run macro from list | 31 May 2006 19:54 GMT | 2 |
While attempting to run any macro from the list that Word displays, I receive an error message of "file not found." This occurred right after running a macro successfully. The list of macros is surely there, as is Normal.dot, I believe with the same size it was before this ...
|
| autosave problems... | 31 May 2006 19:23 GMT | 2 |
I manage to catch the save-event in word with the ApplicationEvents4_DocumentBeforeSaveEventHandler. BUT -- I only want it to work when the user presses the save button or activates save in the file-save menu. This eventhanlder also catches
|
| Creating a COM Addin | 31 May 2006 19:04 GMT | 4 |
I don't know if I am posting in the right place or not. I downloaded the Word2007 Beta2 on Friday and have spent much of the past weekend frustrated over how difficult MS has made it for a user to make simple customizations to the UI. At first I thought that it simply wasn't
|
| works word 'play' w/ 97word????? | 31 May 2006 18:37 GMT | 1 |
I like and have used word 97 but when I moved to a computer that has 'works word', and then download my , 'word 97' I get problmes. Do these two word programs not mix? I hve alot of old files that I used 97 word with, and I wold like to stay with word 97.
|
| word | 31 May 2006 18:35 GMT | 1 |
i install word on my desktop which no longer works so now i'm trying to install it on my laptop but when i put in the product key it says the key is not invalid
|
| Automating TOC - Custom Styles | 31 May 2006 18:06 GMT | 1 |
We have defined suites of numbering styles and have macros to insert a TOC based on the suite in use. These are (mostly) custom styles rather than Word's Heading styles. The user is presented with a custom dialog box and ticks the items they want included - e.g. Level 1, Level 2, ...
|
| Page Set Up using macros. | 31 May 2006 16:40 GMT | 1 |
Hi all. We recently upgraded from Word 2000 to 2003 and I am having a printing issue with Word 2003 and a few printing macros I have developed for our office. The macros were developed on 2000.
|
| Error 4198 wdfieldlink and wdfielddocvariable - breaking & unlinki | 31 May 2006 16:35 GMT | 2 |
I have a word template which has a number of graphs (wdfieldlinks created by inserting manual Excel graph links with copy/paste special/link) and variables taken from a user form (wdfielddocvariable). I have tried a number of ways to get the newly created word doc to update
|
| Converting the first character of a name to a capital? | 31 May 2006 14:14 GMT | 1 |
Good day all, I have a problem of which I hop you can help me out with. I have a userform to put in personal data of a client. The data my collegues put in will be ending up in al letter. Now, in one ocasion Someone's name is
|
| Put each letter on a seperate line? | 31 May 2006 14:04 GMT | 3 |
I want to get a vertical list of letters in a word document and cant figure out how to do it... Basically I want 'The quick brown fox' to end up looking like" t
|
| Display the save dialoge box in word | 31 May 2006 12:16 GMT | 3 |
How do I trigger the display dialoge box in word? I'm using C#. .n
|
| Arabic letters | 31 May 2006 11:58 GMT | 1 |
I load a text file, encoded, with the first two bytes being xFFFE. I type in Arabic and see the Arabic letters be changed into their correctly formed shapes as I type. These displayed characters are in the Arabic UNICODE range of xFE80 to xFEFF.
|
| How do I incorporate this into one macro. | 31 May 2006 10:13 GMT | 2 |
Hello from Steved Sub Win2() Selection.HomeKey wdStory Selection.Find.ClearFormatting
|