| Thread | Last Post | Replies |
|
| Passing data variables from one userform to another | 07 Dec 2004 13:41 GMT | 7 |
Is this possible? I have been using data from one userform in another, with this in the UserForm_Activate() sub of UserForm10: JString = UserForm4.ListBox1.Column(0)
|
| Macro to delete unused paragraph styles? | 07 Dec 2004 10:40 GMT | 1 |
Does anyone know of a free or commercial macro (I'm no programmer) that can delete any unused paragraph or character styles in a file? I have to do this manually now because every time I import a Word file into Quark or Indesign it will bring in all styles, which bloats my DTP files ...
|
| Let there be an option for ignore once for spelling mistakes | 07 Dec 2004 10:30 GMT | 1 |
When i'm writing somethign in Word and i make a mistake then there should be an option to ignore once. The only option when i right click is to ignore all. I think there should be an option to ignore once. It owuld also help because if someone accidently clicks it then they can ...
|
| deactivate locked project | 07 Dec 2004 10:30 GMT | 3 |
I am writing a macro for a document that comes with pre-defined macros in a locked project. Is it possible to deactivate the (macros in the) locked project? TIA
|
| Wild Card Search II | 07 Dec 2004 09:59 GMT | 2 |
Helmut, et al, Sorry for reposting this, but the initial post is around 2-3 weeks old and buried. I was afraid it wouldn't get any attention. Here it is: Helmut,
|
| VBA Checkbox Problem | 07 Dec 2004 09:04 GMT | 1 |
I am dynamically creating checkboxes at runtime and trying to set the bookmark name. However, it will not allow me to set the new checkbox. I have tried dynamically changing the name of the bookmark, deleting
|
| List template funkiness in Word 2003 | 07 Dec 2004 08:56 GMT | 1 |
At work, we are in the process of switching from Office 2000 to Office 2003. Part of that process is making sure that all of the macro solutions we use with Word will operate correctly under Office 2k3. Problem is, they don't and I can't quite figure out why. Here's the setup...
|
| Text Selection with VBA | 07 Dec 2004 08:49 GMT | 2 |
Hello, I am new to VBA in Word and I was wondering if someone could help me please! I have a string in a Word document that I want to copy from Word and then copy to an Excel worksheet. But the
|
| How to handle add-in clash | 07 Dec 2004 07:11 GMT | 2 |
I've just discovered that a template I distribute is clashing with Acrobat 6. When someone who has installed Acrobat 6 and its Word add-in creates a document based on my template, all is fine. But when that user saves the document, and then reopens it, my menu
|
| Class Module for Save Events | 07 Dec 2004 02:53 GMT | 3 |
Word 2000 I've been experimenting with my first class module. Here's what I have: Class Module ==========
|
| wdSaveChanges doesn't work | 07 Dec 2004 02:52 GMT | 2 |
I am using ActiveDocument.Close SaveChanges:=wdSaveChanges But I still get a prompt asking me to save changes. Any help would be nice.
|
| >> Macro buttons | 07 Dec 2004 01:47 GMT | 2 |
Hi, I have a template the includes two macro buttons, each with code. The idea is that a user will choose one button to remove content. When a new document is created from the template there is
|
| Searching for sections for primary footer | 07 Dec 2004 00:25 GMT | 3 |
Begining with the first section, I need to search through the sections for the first section that has an odd page footer (each section is set for different first page and even and odd page footers). When the first odd page
|
| MS Word VBA in Forms modified... | 07 Dec 2004 00:13 GMT | 2 |
Sub ExitText37() ActiveDocument.Bookmarks("Text76").Range.Fields (1).Result.Select End Sub
|
| Highlighting bookmark text | 06 Dec 2004 21:25 GMT | 2 |
I am working on a macro that will get info from the user and insert it at a bookmark in the document text. If the user doesn't enter info, I want to provide reminder text for later editing (but I don't want this to appear as default text in the input box), AND I'd like to ...
|