| Thread | Last Post | Replies |
|
| Word FAQ problem (Bill Coan author) | 18 Oct 2006 17:44 GMT | 4 |
Bill, I tried to run your code found here: http://word.mvps.org/FAQs/InterDev/ControlXLFromWord.htm Regardless if Excel is running or not, I alway get an error message
|
| Userform text field preset | 18 Oct 2006 17:20 GMT | 4 |
I am creating a letterhead template with a userform which has some of its fields containing default data. I insert the default text in the ³Text² field of the Properties list. One of the fields has several lines of text, and the field is set to
|
| Bold formatting for new text in column | 18 Oct 2006 16:08 GMT | 13 |
I have a table with 3 columns. What code would be used to force any new text typed into column 2 to be formatted in bold? TIA David
|
| Retrieving a control's handle | 18 Oct 2006 15:05 GMT | 1 |
I have small piece of code where in I'm trying to use the Public Declare Function SendMessage Lib "user32" function. This function requires a control's handle. I have a listbox. I'm using
|
| thanks, it works! | 18 Oct 2006 13:19 GMT | 4 |
my hat's off to my helpers in this project: Shauna Tony S. Russ
|
| Catching changes in pageheader/pagefoot | 18 Oct 2006 10:56 GMT | 2 |
I'm developing a COM-Addin which creates documents based on rules and designs in a database. The pagesheader and pagesfooter are built up depending on the type of document the user has chosen to create.
|
| Problem with linespace in paragraph | 18 Oct 2006 09:56 GMT | 3 |
When I set Linespace like 1 cm for a paragraph then there is a space above my paragraph . How can I remove this space? I need to set distance between lines in paragraph not above of paragraph? Is there another way that I could set
|
| Listbox not working on Mac | 18 Oct 2006 08:11 GMT | 5 |
I have a listbox directly in a word document. It works great on Windows computers but the Mac freaks out at the DocumentOpen code Private Sub Document_Open() Dim BookFormats, FormatDrop
|
| Word 2007 should allow direct email NOT as an attachment! | 18 Oct 2006 08:02 GMT | 1 |
Word 2002 (2003) allowed you to email the document as the body. Word 2007 only allows document to be an attachment. My email friends don't open attachments, due to security issues. ----------------
|
| inserting text in to Document from a UserForm, returning control to Document | 18 Oct 2006 05:09 GMT | 4 |
I've created a userform with a combo box containing many text entries. The userform floats above the document Model-less. The intent is to have the user type data in the word document, then click on the combo box to choose a particular entry,
|
| Automating Document Creation | 18 Oct 2006 04:52 GMT | 1 |
Help!!! I'm attempting to build a capability where I can create a huge list of statements in a source document and go through and select applicable statements to include in a final document. I see the source document being a
|
| Adding text before a bookmark | 18 Oct 2006 02:39 GMT | 2 |
I am iterating though one document (docIndex) and want to keep adding tables before a bookmark in another document (docAgenda). Every time I want to add a table to docAgenda, I access docAgenda.Bookmarks("Start1").Select
|
| Change Heading 1 Outline Number Programmatically | 18 Oct 2006 02:00 GMT | 4 |
Word 2000 Good morning. I need to change the outline numbering of Heading 1. This can be accomplished using Word's interface by clicking:
|
| Hide/Show paragraph | 17 Oct 2006 23:51 GMT | 1 |
What's the best way to hide/show specific paragraph? I want to have some kind of switch to kind certain paragraphs. Thanks.
|
| Range Properties Limitation? | 17 Oct 2006 22:36 GMT | 3 |
Is there a limitation to using Range's Start and End properties directly? In the help files, the following works properly: Set rngDoc = ActiveDocument.Range(Start:=0, End:=10) as does
|