| Thread | Last Post | Replies |
|
| How to find the bottom of a table in VBA | 30 Mar 2006 06:07 GMT | 9 |
From template code I need to place images along the right side of my reports, with text on the left. I currently use a table positioned to the right margin for placing these images. I then fill other tables positioned on the left margin with text.
|
| automatically update word count in textbox | 30 Mar 2006 05:11 GMT | 1 |
I'd appreciate some help with the following VBA problem. I have a multi-line textbox in a Userform. I would like to update the word count in the text box automatically as the user types text in the box.
|
| Adjust column width in table | 30 Mar 2006 05:05 GMT | 1 |
I have a table (which contain some merged cells) and I would like to adjust column width. For the first two rows, all works good but when I resized the third row (which contains different column size), all the first 2 rows are resized with the same value as row #3. What can I do ...
|
| Userform on top of document | 29 Mar 2006 21:47 GMT | 1 |
In Word 2000 I have problem with keeping a userform on top of a specific document. I know this has been discussed before, but I cannot find the threads. BosseH
|
| Opening embedded Excel object with VBA | 29 Mar 2006 20:23 GMT | 2 |
Hi All, I need to programmatically manipulate embedded excel objects in PPT. I've put a macro together, but I am not able to get the macro to open the embedded excel object (excel comes up blank). Con someone please tell me what's wrong?
|
| How do I automatically run macro FileProperties when opening doc | 29 Mar 2006 20:03 GMT | 2 |
I have created a template and need to force the opening of the File Properties dialog when creating a new doc based on the template, or when re-opening the doc. I have tried naming a macro AutoExec and using the command ActiveDocument.Application.Run MacroName:="FileProperties" ...
|
| starting status of word | 29 Mar 2006 20:01 GMT | 1 |
i would like to test within the autoexec-macro if word has been opened as an application or by double-clicking a document. yours dieter
|
| WindowSelectionChange event failing to fire | 29 Mar 2006 19:31 GMT | 2 |
We are seeing a problem at our customer sites, where the WindowSelectionChange event fails to fire, which is interfering with the proper functioning of one of our applications. In order to trace this, we have written a macro which simply declares an object as WithEvents
|
| Run code after mail merge | 29 Mar 2006 19:27 GMT | 2 |
I am using WORD 97. I am in the process of producing mail merge letters via microsoft query. On one of these fields in the original document it has been bookmarked When the data has been merged I need to run some code which then cross
|
| How to execute macro when starting Word? | 29 Mar 2006 18:01 GMT | 2 |
I want to execute some code when starting Word. In a template this can be done with AutNew() macro. But an AutoNew() macro in Normal.dot doesn't fire. I've created a sub Document_New() in the ThisDocument module of Normal.dot and this fires when I start a new blank document via ...
|
| Insert text based on checkbox | 29 Mar 2006 17:55 GMT | 1 |
Is it possible to have a field which displays an informatin based on what checkbox is selected on a form? Lets say I have an address field. If the user clicks on checkbox 1 address 1 is displayed. If the user clicks on checkbox 2 address 2 is displayed. Etc.
|
| Prohibiting a Document From Being Unprotected | 29 Mar 2006 17:40 GMT | 4 |
Hi I'm working in Word 2002. My team and I create templates for our Agency to use. These templates are protected so the user can complete the fields. What is happening is the users are unprotecting the documents and altering the form contents.
|
| Trying to banish toolbars - not working! | 29 Mar 2006 14:49 GMT | 2 |
In accordance with several posts here, I'm trying to banish the Web and Reviewing toolbars with an AutoExec macro in the Document object of Normal.dot in Word XP. This is NOT working, though. The Web toolbar has especially been annoying today. Can anyone help with this?
|
| Copying cells containing line feeds from Word to Excel | 29 Mar 2006 10:26 GMT | 3 |
[Context: automating Excel from within Word] Hello, I want to copy a single column table from Word to a spreadsheet. I know that due to an Excel feature (bug?), copied cells from a Word table are pasted in separate cells in
|
| AutoRecovery Save | 29 Mar 2006 09:31 GMT | 5 |
Is it possible to directly do an AutoRecovery save in VBA? It seems that the temporary file Word uses for changes becomes full before the autorecovery save time interval as occued. I use Word 2000.
|