| Thread | Last Post | Replies |
|
| Problems with Command Button with VBA code | 31 Jul 2007 21:36 GMT | 4 |
I created a form in Word. It is saved as a read-only template and it's protected so that users can only change the form fields. There is a command button called "E-Mail Document" that users can click and the document is e-mailed to a specific address. The form is meant to be used
|
| Word drop down form field - how to use macro to look up data from access | 31 Jul 2007 20:06 GMT | 1 |
I am trying to make a macro to use within a dropdown form field in word. I have a word doc with a form and a dropdown form field, in where I would like to use this macro to lookup the costumers names and
|
| Loop in macro | 31 Jul 2007 19:40 GMT | 4 |
Windows XP Pro; Word 2003 I have a macro that starts with a basic text document and formats it by inserting new lines and at a point where it finds some particular text (Let's call it "This is the heading") it inserts a page break.
|
| Prevent macros that add menus from updating normal.dot | 31 Jul 2007 18:32 GMT | 1 |
Hello all, I've written macros that create a menu list on the menu bar, modified some shortcut menus, and adds a toolbar, all custom designed to run other macros that I have written. I saved the document as a .dot template and stored in
|
| Multiple listbox problem | 31 Jul 2007 18:27 GMT | 11 |
I want to create multiple list boxes in a user form, and then have the selections appear in corresponding bookmarks. I found this bit of code, but I don't understand why selections for both Activity1 and Activity2 appear in the Activity2 bookmark. How can I make sure
|
| Medical Form | 31 Jul 2007 16:58 GMT | 2 |
I am creating a form in Word and would like to have two fields First one Provider Type Second one
|
| Arrow Keys and Forms | 31 Jul 2007 14:40 GMT | 1 |
In all the windows and web form designers that I have used you can use the arrow keys to position the controls on the forms. However in the VBA user forms it does not seem that you can use the arrow keys. Any suggestions as to how you can use them?
|
| Word Macro Processor Bug? | 31 Jul 2007 13:56 GMT | 7 |
I am writing in regard to what appears to me to be a bug in the macro processor for Word... though it may be that I am doing something wrong. The macro I have recorded/written is as follows: Sub changeRaisedtoSuperscript()
|
| Get a value from a Table | 31 Jul 2007 12:12 GMT | 2 |
Hey All, I have a table that is 5 columns wide by x rows long and would like to get the string out of the cell which can be the intersection of any row between 2 and x and the first column. Thank you very much.
|
| Access 2007 ->Word 2007->Access 2007 | 31 Jul 2007 09:00 GMT | 4 |
I posted this in the Access section but have not had much luck. I would like from a form in Access to launch a new Doc in Word. After the doc has been saved I would like to pass the path and filename to the Access field from where it was launched. I am hoping to use a Hyperlink ...
|
| Macro Execution is Too Slow -- Help! | 31 Jul 2007 08:42 GMT | 4 |
I have written a macro (with lots of help from this board) that copies the contents of two Excel worksheets into Word. Once the copy is finished, I need Word to go through a table and delete all rows where the font is formatted white. Below is the code. I've tried everything I ...
|
| Restarting the numbering with vba | 31 Jul 2007 08:33 GMT | 3 |
Is there a possibility to restart the numbering with VBA? I need to do that because when I insert as a link (always through vba code) a file that might contain a series of numbering paragraphs, this numbering continues in the next instance of the file. Is there a way to restart it ...
|
| Find and Replace in multiple docs in one folder | 31 Jul 2007 08:27 GMT | 4 |
How do I do a find and replace in multiple documents in the same folder? For example, if we are moving a folder from one spot on the directory to another (from g:\a f s\*.* to g:\ogs_220\*.*), how do I write a macro or something that will open each document one at a time, do a ...
|
| VBA normal.dot autoopen | 31 Jul 2007 08:21 GMT | 3 |
How do I get a reference to all of the special sub routine names in normal.dot that intercept certain events. A good example is "autoopen". When you call a sub autoopen it will intercept all open events no matter where the open takes place. For instance it will fire if you go ...
|
| VBA normal.dot | 31 Jul 2007 08:20 GMT | 3 |
Is there a way to intercept the save action through VBA and normal.dot. This would be a generic save whether it comes through the file/save action of the menu or whether it comes from the "do you want to save this document" dialogue box
|