| Thread | Last Post | Replies |
|
| Word Dialog Box on Mail Merge | 31 Mar 2005 18:58 GMT | 1 |
On newer versions of Microsoft Word, when I perform a mail merge from VB, no Printer Dialog box appears. I read that the newer versions of word just print the document and don't display a Printer Dialog box. Is this true? If it is, can I get a Printer Dialog Box to appear?
|
| Quick way to adjust table cell margins | 31 Mar 2005 18:58 GMT | 5 |
I need to adjust the cell margins for all cells in a table. Through the user interface it appears this can be done by selecting the column(s) of the table and adjusting the table cell properites (i.e. Table>Table Properties...,Cell, Options, Top, Left,Right, Bottom) - very quick ...
|
| Unicode String Parameters in DLL's | 31 Mar 2005 17:57 GMT | 2 |
We are converting our application to work with Unicode. The Word macro in our application "communicates" with our main application via a C DLL. This DLL includes several functions which return Unicode strings back to the macro as input parameters. My question is, what is the ...
|
| Request for assessment | 31 Mar 2005 17:27 GMT | 37 |
Today in the New Users group a person was looking for help with marking words throughout a document that were defined in the introduction. This number of defined words could number in the hundreds. The problem was as such. The object words are bold and in quotes. Other
|
| Help to toggle a Word macro? | 31 Mar 2005 15:47 GMT | 2 |
I have recorded a macro in Word to set a bookmark at the cursor position. I have assigned a key to this macro. I have recorded another macro in Word to bring the cursor to the
|
| Comparaison method for Range | 31 Mar 2005 14:28 GMT | 10 |
I would like to make a macro which permit to searches a text chain within ranges of an excel file. For ex : If Range (XX) contains "this_word" then.... I can only searche when the text chain is exactly the same.
|
| Replacing text (date time string entries) | 31 Mar 2005 14:25 GMT | 2 |
I have several documents with several text lines beginning with date time string entries like: 20000101000000.375 blah blah 20000101000000.888 blah blah
|
| Missing Toolbars | 31 Mar 2005 12:39 GMT | 1 |
I have an application that uses Word 2000 to open documents. Sometimes users find that it opens with the menubar and toolbars missing, and nothing can be done to restore them. Has anyone else come across this?
|
| How to detect the deletion event of an object | 31 Mar 2005 12:19 GMT | 2 |
I insert objects (protected Word files) in a Word document. I want to prevent user to delete these objets. How to detect the deletion of one of this object ?
|
| want to create a brand new file format that word can read .... | 31 Mar 2005 09:17 GMT | 1 |
Hi I would like to create a brand new file format say .DAC format file for encrypted files so that the word program knows it is not readable straight but has to be decrypted with some process first.. Anyone can help me to this end ?
|
| Simple Subroutine Problem | 31 Mar 2005 05:08 GMT | 7 |
I'm sure there is a simple solution to this, but I can't find it :( I have a form with a list box and a button in it. When I hit the button, I would like to add some text to the list box ("asdf" suffices for now). However, I would like to add the text from another subroutine, ...
|
| Footer Macro | 31 Mar 2005 03:19 GMT | 1 |
Thanks for looking at this. I need a macro that will go into each footer in each section of my document (first page footers included) and type some text. Here's my attempt:
|
| Range Object | 31 Mar 2005 02:13 GMT | 2 |
I assigned a variable oRnge=ActiveDocument.Range and then performed a search for a string of numbers. Once the string is found, the text is manipulated and the macro goes on to search for the next string of numbers. In other words, the macro works fine, but the value of "oRnge" ...
|
| word protection task pane (again) | 31 Mar 2005 01:53 GMT | 7 |
I posted an entry on this a few months back but I still have not been successful in getting this to work. I'm using Word 2003 and have a document that is protected. If the user attempts to change it, I do not want to display the default Word protection task pane -- I want my own ...
|
| Outdent Table Cells | 31 Mar 2005 01:35 GMT | 2 |
I have a bunch of bulleted (or numbered) lists in a table, and the default style that gets applied to them will make them indented. How would I go about outdenting the list so the bullets/numbers are aligned on the left edge of the table. Basically, I need to do the exact same ...
|