| Thread | Last Post | Replies |
|
| No Class or High Class | 30 Nov 2006 23:45 GMT | 14 |
For the most part, Class modules are still a mystery to me. What little knowledge I have of them was imparted by Jezebel when I was working on a project to list, count and sort spelling errors. Earlier today and OP wanted to simply list all spelling errors
|
| Bind a macro to a keystroke in Word 2007???? | 30 Nov 2006 20:55 GMT | 4 |
First off, I'd like to say that I hate Office 2007. :oP I hate the huge, fluffy GUI that they force you to use (since your only other option is to build an entire set of toolbars, one icon at a time, and just ignore the "ribbon"). I hate that the only features I can find are
|
| Copy Paste Table Problems! | 30 Nov 2006 20:41 GMT | 6 |
I have figured out a way to copy paste a table (with fieldforms). I have a macro button in my doc. which when I press copies the table in the doc. and pastes it. The code to do the that is below: Private Sub CommandButton1_Click()
|
| Document Variables or Custom Document Propertes | 30 Nov 2006 19:48 GMT | 2 |
I am migrating a VBA Word Template (Office XP) tp a Word 2007 add-in. I have used document variables extensively in the template. Should I continue using them with Office 2007 or would custom document properties be better since I can get at them in the open xml format?
|
| Advanced MS Word Template Design Question: Version 2 | 30 Nov 2006 17:41 GMT | 1 |
This project orginally started here just over 2 years ago. I got it to work, but it was never implemented. Advanced MS Word Template Design Question: Image swap http://groups.google.com/group/microsoft.public.word.docmanagement/
|
| Keylogger | 30 Nov 2006 17:28 GMT | 2 |
Hi everyone. I have a keylogger that records [Backspace] instead of not recording the keystroke thta was deleted! Is there a way to delete [Backspace] and the character before it? Thanks!
|
| WORD 2007 macro error | 30 Nov 2006 16:54 GMT | 5 |
I have several WORD 2003 macros. Now I'm trying out WORD 2007, I find that some of these no longer work - the macro statements return ' error 5111 - this command is not available '. example statement is: With Application.FileSearch
|
| Getting round the binding / different versions problem | 30 Nov 2006 15:57 GMT | 1 |
There seem to be quite a few posts about trying to get Word and Excel to work together when the original files have been compiled in Office 2003 and users have an older version. I have the same problem. I'm sending from a Word form to Excel and getting other data back from the
|
| Using Excel & Word 2003. | 30 Nov 2006 14:34 GMT | 1 |
I am cross posting this because I haven't gotten an answer in the excel programming group. Using Excel & Word 2003. I have a spreadsheet that contains a lists of part numbers. Each part
|
| multi line text box | 30 Nov 2006 09:19 GMT | 3 |
I have a multi line text box on a userform as an address field. The user would enter the address as: 301 1st Street Mytown, DC 12345
|
| "Declare Function" for Mac OS X | 30 Nov 2006 08:53 GMT | 1 |
Has anyone been able to call an external function on Mac OS X? I can do it just find on Windows to either OS functions or my own code placed in a DLL. If I attempt this on a Mac, even with the example in the help file, it doesn't work. I usually complains that the file
|
| Copy all misspelled words | 30 Nov 2006 07:49 GMT | 6 |
I have a large document (over 1000 pages) and want to copy all the misspelled words and paste them in new document (1 below the other) how can this be done? I am using Word 2003. Thanks in advance :)
|
| Word 2003 - Fixing Styles in Templates | 30 Nov 2006 01:17 GMT | 2 |
Can anyone provide any suggestions on how to fix styles in Word 2003 Template documents? I believe it is possible to code VBA to get the styles to revert back at close/open of the document, if the styles are changed by the user
|
| Inserting text slowness | 29 Nov 2006 22:34 GMT | 2 |
I'm trying to transfer a thinned set of data from one document to another using the code below. Typically np= 500000 and nmod = 400. I've noticed that as the loop progresses it takes longer and longer (and longer) to transfer a paragraph.
|
| Yes/No checkbox OR drop down | 29 Nov 2006 21:37 GMT | 1 |
I have a word document where there are lots of Yes/No drop down boxes. Is there a way I could make them default to either of the 2 choices on the click of a command button (or some other way) ? Thanks.
|