| Thread | Last Post | Replies |
|
| How to set filename via Automation | 22 Mar 2010 06:30 GMT | 7 |
Access 2003 -> Word 2003. I am using Automation to open and display a Word document from an Access database. The code I have is like this :- --------------------------------------------------------------------------------------
|
| How does VBA cause Word crashes? | 21 Mar 2010 03:52 GMT | 5 |
I asked a long-winded question and got no answers, so here's the short version. My program allows some control of Powerpoint from Word, and something makes the whole thing unstable. It works for a while, but then Word crashes. (I wasn't having this problem last time I used it.) Are ...
|
| Auto formatting letters | 20 Mar 2010 08:26 GMT | 4 |
Here is the situation. We have an in house program that generates multiple letters in one file. This is raw MSDOS data. The issue is that the letters aren’t being formatted correctly anymore. So, what I have been doing is manually going in and making
|
| Get rid of legacy 2003 custom toolbars in 2007 | 20 Mar 2010 08:16 GMT | 6 |
I have a Word 2003 template for which I created a custom toolbar with 5 buttons. The client migrated to 2007, so I did as well. Some of the buttons don't work. I want to either delete some buttons or the entire toolbar but I can't figure out how. Someone please help. I'm near ...
|
| W2003: find cursor location in table coordinates (table/row/column | 19 Mar 2010 23:51 GMT | 5 |
I've been asked to extract data from an existing form that I didn't set up, and the format is less than ideal. To minimize my cycles of testing, it would be much easier to place my cursor in a sample document, and then debug.print the cursor location as table coordinates so I can ...
|
| How to incorporate page counts in TOC | 19 Mar 2010 22:10 GMT | 6 |
I need to find out how to incorporate each document’s total page count into the Table of Contents instead of the current page number. In my case, we have 20-60 separate document files that need a single TOC that states the total number of pages for each file.
|
| CustomUI | 19 Mar 2010 20:41 GMT | 4 |
Is it possible to manipulate the pressed state of a toggle button on a CustomUI ribbon tab using Word Visual Basic in a document template? Many Thanks.
|
| Select Folder from Dialog Box | 19 Mar 2010 20:35 GMT | 8 |
Is there a way to display a dialog box of folders and files and return a Folder Name to the VBA code (instead of a file name)?
 Signature Bill @ UAMS
|
| Word Search is "too complex" Question | 19 Mar 2010 09:52 GMT | 5 |
"The Find What text contains a Pattern Match expression which is too complex." What is the rule for being too complex? I can't determine the rule just by playing with it. It's not character limited (other than 255), and it doesn't seem to be "item" limited (like no more than ten ...
|