| Thread | Last Post | Replies |
|
| Page/MultiPage Control | 20 Sep 2006 15:51 GMT | 1 |
I have a multipage control on my userform that consists of 9 pages. I want to do an error check when the user changes pages to ensure that they have entered the data correctly. Sounds simple enough! I thought that the Change event would be appropriate to determine when they
|
| Word Userform Issue | 20 Sep 2006 15:03 GMT | 3 |
I am working on a project where I get user information via a Word userform. This form then opens several other Word forms, one at a time and writes some data, saves and closes. Is there a way to speed up the process by not having every form open then write and then close? I ...
|
| force autotext to be saved in a template | 20 Sep 2006 14:16 GMT | 1 |
I have some lengthy templates with lots of autotextlist fields. the autotextlist fields are constantly growing with new autotext that i create on the fly within the field by typing the text and creating a new autotext entry.
|
| Create a context menu in Word | 20 Sep 2006 14:16 GMT | 3 |
I created a shared add-in for Word (Word 2003) where in I added a custom toolbar with a couple of buttons in it. These buttons brings up some custom windows forms from my application. Is it possible to show a context menu on the right click event of any word document (something ...
|
| Create a custom context menu in an addin | 20 Sep 2006 10:24 GMT | 1 |
I created a shared add-in for Word (Word 2003) where in I added a custom toolbar with a couple of buttons in it. These buttons brings up some custom windows forms from my application. Is it possible to show a context menu on the right click event of any word document (something ...
|
| How do I set a macro to run when Word is launched? | 20 Sep 2006 01:52 GMT | 1 |
I would like to create a Macro to define view, zoom, and page layout defaults that would run each time that Word is launched.
|
| AutoOpen macro causing VBA to open | 20 Sep 2006 00:10 GMT | 3 |
I've got an AutoOpen macro that forces all of my documents to open in Final mode of Track Changes. It works GREAT! There is one minor problem though. For some reason, with this added to my Normal.dot template, everytime my computer times out and goes to the Windows lock
|
| ContinuePreviousList in 2007 | 19 Sep 2006 22:34 GMT | 2 |
I have this piece of code that works fine in 2000 however when trying it in 2007 it does not continue with my numbers from my previous paragraph Private Sub ContinueDefParagraphNumbering() 'Apply the adjusted outline numbering
|
| Automatic number changing | 19 Sep 2006 22:23 GMT | 2 |
I am responsible for recording and distributing minutes of a weekly meeting. The information is typed into a table, which has 2 columns. Column 1 has the identification number (ID) of the item under discussion, details of which appear in column 2. The number of rows in the table ...
|
| Passwords for Folders | 19 Sep 2006 19:40 GMT | 2 |
I have been using Word for about 10 years now and am now using Windows XP - I can't understand why it is not possible to put a password on a folder or can you ? Maybe I just haven't discovered how. The office I work in is not your typical office. There are about 20 people ...
|
| How to check for hyperlinks in a macro | 19 Sep 2006 18:19 GMT | 3 |
I create a table of hyperlinks. Some columns have every cell filled with hyperlinks, some columns have some cells with a hyperlink or text or nothing. I have written a macro that changes the hyperlinks to text. I would like to kick it off and have it change what needs to be ...
|
| AutoOpen not running | 19 Sep 2006 17:35 GMT | 2 |
I need to open a doc from an Access form. Works fine, except the doc's AutoOpen does not run. Here's the code: Dim oWord as Object Set oWord = GetObject("C:\Data\Merge1.doc")
|
| Discrepancy between VBA and Word interface | 19 Sep 2006 17:14 GMT | 4 |
Me again, but different problem. I have a macro that selects all of the paragraph where the cursor is, except for the paragraph marker, and copies it into the Word clipboard. (I know that I could monkey with the "Use smart paragraph selection"
|
| error on save | 19 Sep 2006 16:04 GMT | 2 |
I have a document that updates many bookmarks before saving document, I have notices a problem with this in that if its a template, and its the first time saving the work all goes well untill you click cancel on the window that comes up asking for a location to save
|
| Bookmark name changes of a form field name | 19 Sep 2006 16:01 GMT | 2 |
I'm currently converting our old templates to .docm, Word 2007 templates. The old VBA code works in Word 2007 but the only problem I have is that Word doesn't find a particular bookmark name. I've created a new Word 2007, .docx, document and used the Insert Form Field
|