| Thread | Last Post | Replies |
|
| Finding a table in a word doc. | 30 Jan 2007 20:18 GMT | 3 |
I am currently tring to find a table in a word doc using execl automation. I can not find the first table.
 Signature Thanks
|
| retrieve tabstop index for paragraph | 30 Jan 2007 20:02 GMT | 4 |
I am moving through a document and am looking for custom tabstops. I do not want to use an intCtr to track how many tabstops there are per paragraph. Once I find a custom tabstop, I do want to know its index w/in the tabstops for the paragraph. I also want the the start and ...
|
| ComboBox Value Problem | 30 Jan 2007 19:45 GMT | 6 |
Hi, Everyone. My macro contains the following code: Dim y as Integer ComboBox3.AddItem "January"
|
| Options for Built-In Dialog for FilePrintSetup | 30 Jan 2007 19:09 GMT | 5 |
I want to display the FilePrintSetup built-in dialog but I want to disable or hide the button "Set as Default Printer." Is there a way to do this?
|
| Help in bypassing dialog box | 30 Jan 2007 18:58 GMT | 2 |
Is there a way to programmatically suppress the following dialog box that appears after spellchecking, i.e. "Word finished checking the selection. Do you want to continue checking the remainder of the document? " .
|
| zoom | 30 Jan 2007 18:48 GMT | 2 |
I have a macro that shows a document in print preview and I cannot get the document to be zoomed at 100%. I have made sure the template it is attached to has the zoom at 100% and I have the following code in my macro but nothing seems to work. Anyone have any ideas on why this ...
|
| calendar control | 30 Jan 2007 18:45 GMT | 2 |
Using msoffice 2003, winxppro I want to use the calendar control in a form letter in msword. I have the control in place, but do not know how to tell the control to fill the field with the chosen date.
|
| Taking to next line | 30 Jan 2007 18:22 GMT | 1 |
I have a template which has: EQUIPPED SPACE Includes: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx the "xxx.." is dynamic data of varying length, I need to write a macro so
|
| save document based on template without macro | 30 Jan 2007 18:18 GMT | 1 |
Greetings All, I have a problem I can't figure out. I have been asked to create a form for a standard report that we need to send to our customer every week. I have created a template that
|
| position of built-in dialogs | 30 Jan 2007 18:12 GMT | 1 |
Is there a way to specify the position of a built-in dialog? I would like to display a built-in dialog and then a custom form next to it.
|
| Conditionally Format/Hide Word Table Rows? | 30 Jan 2007 18:05 GMT | 4 |
I have a word table that is populated from a SQL dataset. Is it possible to format the text in a cell based on a field value in the dataset and also hide/delete an entire table row based on the same value?
|
| Can I customize a find macro to search something with a variable middle? | 30 Jan 2007 15:21 GMT | 3 |
I may not have posed my question very well in the subject line, so here's what I'm trying to do. Let's say I have an area of text in a document (Word 2003) that I want to find, but it may not be the same every time. Here's and example of
|
| Keybinding for Tab key in protected form | 30 Jan 2007 14:40 GMT | 4 |
I'm working on some protected forms that must have the same layout/design as forms that already exist in hardcopy. That is, the sequence/layout of the form fields is a "given." Unfortunately, with the given layout, the sequence when tabbing through the
|
| Break external link's in Word | 30 Jan 2007 13:56 GMT | 7 |
I have a word document linked to other word document. I would like to have a macro which would update and break all that link's. For update it's not a problem, but when I try to break the link's I break a TOC too. I use the same macro as for UPDATE, i just replaced
|
| Why does the whole program close when I close the last document ? | 30 Jan 2007 05:41 GMT | 6 |
If I have only one document open in word, when I close that document, the whole program closes.... where can I modify the settings for that?
|