| Thread | Last Post | Replies |
|
| CommandBars: Top property | 16 Jun 2005 21:11 GMT | 8 |
Using Word 2003. For a CommandBar, the Top property means "For docked command bars, this property returns or sets the distance from the command bar to the top of the docking area".
|
| On Error error in Word 97 coce imported into Word 2003 | 16 Jun 2005 21:09 GMT | 3 |
I have several templates written in VBa in Word 97. All imported successfully into Word XP. At a few points, I use this: On Error Resume Next
|
| Field bracket: one half missing and I can't delete the other brack | 16 Jun 2005 20:53 GMT | 1 |
I have a document with a footer that has a right bracket that appears to have once been a part of a set of field brackets. The other one is not there and we can not, no matter what we try, delete it. We've tried deleting, cutting, clearing formatting, inserting another blank
|
| Remove an AddIns Controll from Microsoft word Application | 16 Jun 2005 19:51 GMT | 2 |
I have Created an AddIns for Just testing purpose on Standard Toolbar.When I Create a second AddIns Then that is also add with existing Addins,Please help me how can i remove first AddIns Control from my word's standard Toolbar so i can work only with second AddIns Control.
|
| User form & Images | 16 Jun 2005 18:53 GMT | 5 |
I hope I'm posting this in the correct discussion group. I'm trying to build a form in Word for other people to fill in. I have done this before with the normal form tools but this time I would like the form user (once the form is locked) to be able to insert an excel graph or an
|
| Trouble identifying table cell with insertion point in | 16 Jun 2005 18:37 GMT | 6 |
I have searched for and found code that looks like it ought to work to do this - here is one example ive tried Dim IndexCol As Long Dim IndexRow As Long
|
| opening a documents in an exiting instance of Word | 16 Jun 2005 17:52 GMT | 2 |
Hi. I've inherited a lot of VB code (1 dll, 2 exe's) that allow opening and viewing Word docs, as well as converting them to tiff (using Word Print of course). All 3 operations do a New Word.Application, which starts a new instance of Word. Since many of these things can happen ...
|
| text boxes within a table | 16 Jun 2005 15:51 GMT | 1 |
I've written a macro that identifies all text boxes in a document, then extracts the data from each text box and makes it normal paragraph text that appears (approximately) as the next paragraph after that particular text box's respective anchor.
|
| Embedded Spreadsheets | 16 Jun 2005 15:51 GMT | 7 |
I have several documents that have excel spreadsheets embedded in them. The problem I am having is that for some reason after the spreadsheets are accessed, they become corrupt and can not be accessed. I can not figure out what is causing the spreadsheets to get corrupted....
|
| How can I export to HTML with break's, not newlines? | 16 Jun 2005 15:51 GMT | 1 |
Dear reader. One of my users writes the programme for her theatre. She also updates the website with the same information. The programme always looks the same:
|
| importing modules, forms, classes programtically | 16 Jun 2005 15:51 GMT | 2 |
Is there way to import modules, forms and classes from other document and from filesysstem into word programmtically? Best Regards, Pravin
|
| DOCVARIABLE | 16 Jun 2005 15:03 GMT | 1 |
I have been using the DOCVARIABLE in Word 2000 Footers (Its been working for 3 years) Suddenly with Word 2003 they dont work ! They work in the rest of the document
|
| Print and Exit withou Saving | 16 Jun 2005 15:01 GMT | 1 |
I use this code and it works great... ActiveDocument.PrintOut Application.DisplayAlerts = False ActiveDocument.Application.Quit
|
| MailMerge with an .mde access file | 16 Jun 2005 13:20 GMT | 1 |
Is it possible to link a word document to an .mde access database file? because when I select the datasource, set the password and apply, a file conversion window appears and ask to select the type of encoding to make the file readable. and Word just opens the .mde file as a text. ...
|
| Horizontal stripe across a page. | 16 Jun 2005 09:33 GMT | 3 |
How do I get my stripe to fully cover the page? On screen the stripe looks like it goes edge-to-edge, when I print there is always a small bit left blank between the edge of the paper and the stripe!
|