| Thread | Last Post | Replies |
|
| Microsoft Office Document Writer opens up after creating a tif file printing to the MODI printer | 04 Mar 2008 13:59 GMT | 1 |
Why? VBA code to create by printing 10 tif files from doc files, creates the tif files, but afterwards opens up modi ten times! What a nightmare as there is a delay so hard to kill....
|
| Populate Comments property from paragraph items | 04 Mar 2008 12:22 GMT | 4 |
Searching for something like this for many hours and still no luck. I have an account that provides me with approx. 300 word documents a month. I process these in batches and send them to a file server for further action. Is it possible to write a script or macro to take the first ...
|
| InlineShapes | 04 Mar 2008 12:07 GMT | 3 |
I want to know how to retrieve the list items of List Box and combo Box controls available in Inlineshapes. Thanks in advance. -----
|
| How to change list for normal text and add dash? | 04 Mar 2008 08:37 GMT | 3 |
Hello. There is short story with dialogues. These dialogues has formated of list marked (the dash). I need to format these dialogues into other style (Normal) and insert before each dialogues the dash, as is it was previously with list. I wrote the code, but it replace
|
| Assigning a String to a Variable in Word 2003 | 04 Mar 2008 06:19 GMT | 3 |
In Word 2003 VBA, if I wanted to assign a string to a variable, I could do it with the following code: Sub eraseme() Dim MyText As String
|
| Cascading dropdown | 04 Mar 2008 02:23 GMT | 1 |
The user selects a name from a Drop down field and then an address automatically appears in a Text form field without the user having to click in the Text form to trigger the change. In html its called a cascading dropdown. This html site explains it
|
| Incredibly frustrated with Macro | 03 Mar 2008 23:54 GMT | 2 |
I have a macro that I am using that works like this, drop down selection has 5 choices, if choice 2 or 3 is selected then a message will pop up stating that the next field needs further clarification and to please fill in, in otherwards it will not allow the user to go past the ...
|
| Word 2007 Options | 03 Mar 2008 23:07 GMT | 5 |
Where are the Word Options in Word 2007 stored? I edited NORMAL.dotm and copied that over, but changes in Word Options do not keep. Help is greatly appreciated.
|
| Delete any leading (redundant) spaces after tab of built-in-heading styles | 03 Mar 2008 21:02 GMT | 10 |
Dear Experts, I got a long word-file where the user has inserted spaces (1 to n) after the tab of the built-in heading styles (featuring hanging indents) and before the text of the headings. Example
|
| MUltiple choices from drop down box | 03 Mar 2008 19:31 GMT | 6 |
In excel I can make a drop down box and select multiple choices if the user requires more than one selction to complete the answer. Can this be done in Word?
|
| Question about TOC position and footer | 03 Mar 2008 13:13 GMT | 3 |
Automating a word report. the TOC can take the space of 1 to 3 pages long. I'm looking for the correct way to insert the TOC on page 3 of the report. When I build the report, I leave page 3 empty (sectionbreak in top of page) , set all the toc field in the following pages and ...
|
| Controlling Pages in Word through automation | 03 Mar 2008 13:07 GMT | 6 |
I'm fairly new to using the Word object model (2007) and have a couple of questions regarding controling the pages programatically. What i need to be able to do is to copy various charts and images from excel and lay them out on a word page. I'm going to be resizing these images ...
|
| Value of a REF field via macro/vba inserted into save as filename | 03 Mar 2008 12:56 GMT | 6 |
Hi, I'm new at this macro / VBA (first post here) and this has been a pretty exciting journey so far. Using Word 2003 I am trying to write a couple macros to automate a few
|
| In Word 2003, a macro that reads screen size and cursor position | 03 Mar 2008 09:43 GMT | 11 |
Is it possible for a macro to be written that can tell how many lines are on the screen and which line the cursor is on when the macro runs? Optionally, I would like to put these into message boxes. I'm trying to figure something out.
|
| Pasting edited HTML into Word via interop | 03 Mar 2008 06:54 GMT | 1 |
I've got a custom HTML editor that I'm using Word interop to perform spell checking. I'm getting the HTML into Word via clipboard copy / paste using the method "PasteSpecial". Ordinarily this has worked fine, but recently I've had reason to edit the content of the HTML
|