| Thread | Last Post | Replies |
|
| When do I get to the end ? | 07 Feb 2007 08:30 GMT | 2 |
I've done a fair bit of VBA in Excel, but VBA in Word seems a whole new ball-game ! Here's a snippet:- ------------------------
|
| Macro won't travel with document | 07 Feb 2007 03:48 GMT | 9 |
I think I must have posted this question under the wrong heading previously. Hopefully someone can help. I’m using Word 2003, and I’ve created a macro in my Word template using the code you posted at http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm. I’ve also
|
| distributing a Word form with macros | 07 Feb 2007 03:07 GMT | 7 |
I've developed a protected form in Word that will be distributed as a Doc file to multiple users in an organization. It uses macros to validate user entries and perform calculations. The subroutines and userforms are in the Doc file itself, because I was told that asking folks to ...
|
| Userforms Textbox control | 07 Feb 2007 02:00 GMT | 1 |
I am trying to use an array to select various textboxes on a userform but keep getting an error when compiling the code saying 'Method or data member not found'. I understand the essage but cannot work out how to overcome it.
|
| VBA: Right-Clicking in ListBoxes | 07 Feb 2007 00:38 GMT | 9 |
Is there a way to get Word to return the Index of an item in a ListBox that you right-clicked over? This is for Word 2002.
|
| Macros to return a value in Word | 06 Feb 2007 23:59 GMT | 4 |
I would like a macro in WORD to return a value so that I can call the function as I would normally do it in ACCESS. I know I am asking this question in the wrong forum.. but really I dont know where to post this.
|
| Selecting a Page | 06 Feb 2007 23:09 GMT | 2 |
Is there a way with VBA to select a page in Word. I'd like to move to the top of a page, which I can do, and then select all the text on that page. I have been unable to find code to let me do that.
|
| Userform Problem | 06 Feb 2007 22:30 GMT | 3 |
This is probably a very simple task but I cannot seem to get it to work. I am displaying a userform and when one of the radio buttons is selected, I am opening a Word document, searching for something and then closing that document. At that point, the form is still displayed but ...
|
| Variable Footers | 06 Feb 2007 22:17 GMT | 5 |
I need a way to create different footers for every page. Let's say the document is 5 pages long. The user is prompted as to how to start the numbering series. They will answer with a number only, say 3. The sequence follows such that page 1's footer displays 3 right-aligned. ...
|
| Documents convert to Hebrew after some manipulations | 06 Feb 2007 21:30 GMT | 3 |
Hi! I am experiencing a strange problem: I have an application that inserts some information in front of the main body of each document. It works great. However, documents from one particular user
|
| Need Macro help to Convert date to text | 06 Feb 2007 20:45 GMT | 3 |
Below is is my macro to find the date in the current selection only and convert it to text. I am having two problems. 1. I don't want to be asked if I want to find and replace thoughout the document, so I need to have Screen updating off. The first time I
|
| Like a bad penny | 06 Feb 2007 20:20 GMT | 23 |
I've been back with this one a few times and still have found no solution ( the bug's been going on two years now - is that a record ?) Hope I'm not going to bore you to death but when I open WordXP I get :
|
| AutoText or VBA | 06 Feb 2007 20:11 GMT | 1 |
I have a template that currently uses a custom toolbar to call macros, which then insert AutoText using WordBasic functions. I need to make changes to the existing AutoText entries, add new functions, and make some general enhancements to the template.
|
| Convert MMDDYY to Text--Need with with my Macro | 06 Feb 2007 19:41 GMT | 1 |
Below is is my macro to find the date in the current selection only and convert it to text. I am having two problems. 1. I don't want to be asked if I want to find and replace thoughout the document, so I need to have Screen updating off. The first time I
|
| How to hide the Robbin in word 2007 programmable? | 06 Feb 2007 18:25 GMT | 18 |
There is some requirement that using CHtmlView to open word document for previewing. In order to have the maximize preview area, the menu and toolbar should be hide. But for word 2007, how to hide the ribbon using C++?
|