| Thread | Last Post | Replies |
|
| Using the WITH Statement with more than one object? | 28 Sep 2007 13:20 GMT | 6 |
I am a novice to VBA and this is probably an easy fix, but I don't know. Is it possible to use the WITH Statement with more than one Object? For example, I have a Check Box that I use to Enable two Text Boxes in a UserForm. Here is my code:
|
| Opening a webpage from a toolbar button | 28 Sep 2007 11:21 GMT | 4 |
I imagine this is probably a one-liner: Is there a way to open a webpage by clicking on a toolbar button? I suspect it's something to do with 'shell' but my brain is mush and I don't even know where to start...
|
| Macro for "Select all Similar Formatting" | 28 Sep 2007 11:19 GMT | 1 |
I am trying to write a macro to record what I thought were fairly simple steps (below) - but am having no success. Any help would be greatly appreciated. 1. Edit, Find, Clear this screen by clicking on No Formatting, click
|
| Using the system AppData variable in VBA | 28 Sep 2007 09:59 GMT | 2 |
OK Kids, here's the problem: Client's IT elves have put together a deployment packages for rolling my sweet-as templates to the unwashed masses. This package puts my masterpieces into a folder the generic User templates location: 'C:\...\Application
|
| Style Problem | 28 Sep 2007 09:12 GMT | 1 |
I have a problem on Style In MS word, there are two types of style: Paragraph style and character style I have a paragraph which is in style A (Para style) originally. Then I try to create a character style called style B (char style).
|
| ActiveDocument.Unprotect does not prompt for password | 28 Sep 2007 08:45 GMT | 4 |
I have a form I developed in Word 2000. The form is password protected and I have created a pull-down menu item that allows users to unprotect the document (only those select users that know the password). According to VBA help, if a document is protected with a password and no ...
|
| How do I send a word document by email directly from Word? | 28 Sep 2007 07:33 GMT | 9 |
I can't send a word document from my Word Office Program. I have Microsoft Vista. Any help would be appreciated.
|
| How to find different objects in a document using VBA? | 28 Sep 2007 06:29 GMT | 1 |
Hello Champs, Could someone help me how to find different types of objects (inline objects, embedded objects, graphics, etc) in a Word document using VBA? I would like to display the type (and the name if possible) of the objects in
|
| Drop Down List to display graphic image file | 28 Sep 2007 03:33 GMT | 6 |
Is there a way to create a drop down list with text choices so that when the choice is made Word will display its corresponding graphic image instead of the text choice? I've read a couple threads about auto text but not really sure how to get it to work with a list of choices ...
|
| Send Text String | 28 Sep 2007 02:46 GMT | 1 |
Hi, I have a toolbar that contains a textbox - im trying to have it copy the text to the first empty cell in an existing excel doc. I have most of it complete but im having trouble actually getting the data over to excel.
|
| Starting an event after inserting a string | 28 Sep 2007 02:08 GMT | 3 |
Hello who can help me? I want to make a procedure in Word that starts a new form after typing the word "Name:" The user then can pick te name from a listbox or entering it to a database.
|
| How do I assign a Macro to a Commandbutton on MS Word? | 28 Sep 2007 01:57 GMT | 4 |
I am having trouble getting a commandbutton to run a macro on a form template.
|
| Tabs in a Word form | 28 Sep 2007 00:55 GMT | 3 |
At Stefan's suggestion, I am posting this here. Answer By: Stefan Blom In: microsoft.public.word.docmanagement I believe you can do this by overriding the NextCell command. For
|
| Pressing Enter in a User Form | 28 Sep 2007 00:14 GMT | 5 |
Good Afternoon, I am trying to incorporate the below code that I found in the discussion groups into a user form. I would like the user to press enter to move from field to field rather then tab.
|
| Anyone know how to assign a Macro to a Commandbutton? | 27 Sep 2007 23:30 GMT | 1 |
I'm having trouble tying in a macro to a command button I place at the end of a Word form. The Macro exports the filled-in info to a spreadsheet, but I don't see anything in the button's properties that would execute the macro...???
|