| Thread | Last Post | Replies |
|
| Alter a chart embedded in Word? | 26 Nov 2003 17:14 GMT | 1 |
I'm wondering if it is possible to manipulate a chart embedded within a word document by using a combo-box of items to filter the information displayed in the chart? If I had a worksheet that displayed a list of students marks and then
|
| Ms Word New Menu | 26 Nov 2003 17:14 GMT | 9 |
I need to add my own menu in Ms Word. menu bar. Plz tell me what are the possiblitites to do this.. how can i do this in diffeence ways. adn also point to some weblinks to achieve this task.
|
| Adding info by Macro | 26 Nov 2003 17:14 GMT | 1 |
I have a word document that has a number of remittance advices on it. Each one takes up from 1 to 15 pages but the way its is imported from Crystal Reports all of them are are on one documents.
|
| locking down areas | 26 Nov 2003 17:14 GMT | 1 |
Is it possible to lock textboxes etc so the sizes/positions/attributes cannot be altered by the end user? I need to create a template that is 3 column, but with gaps for images etc/ THanks
|
| Word 2000: How to Insert a Table in a Bookmark with VBA | 26 Nov 2003 16:48 GMT | 1 |
Does anyone know how I can insert a Table in a Bookmark using VBA? I have the following code that inserts a table at the bookmark, however, each time I run my Macro to insert the table, I get a new table placed inside the 1st table's first cell. I need the bookmark to be cleared ...
|
| Numbered headers and Unumbered headers. | 26 Nov 2003 11:02 GMT | 1 |
I have created a document with numbered and unnumbered headings from heading Level 1 to heading Level 3. The problem that I am having is that in the TOC I want to have the numbered headings appear as follows:
|
| VB text/formatting extraction from Word XP | 26 Nov 2003 10:53 GMT | 1 |
Hello I am writing a VB6 app that opens a Word document (Word XP) and populates the pre-existing Doc Variables with data from a database. The user is then able to edit the text and/or formatting (italics, superscript, bold, etc.) of these
|
| adding radio button & protect docs | 26 Nov 2003 10:53 GMT | 4 |
hi, i wanna put some radio buttons in my docs... example: What is your gender? O Male O Female
|
| Word VBA macro | 26 Nov 2003 10:02 GMT | 1 |
If I have a Word document with some text in the main part of the document, and some text in a text box, I can use the Word menus to replace all the text in the document and it works OK (by using Edit - Replace). If I record a macro to do the same thing, it also works while the ...
|
| clear paste materials | 26 Nov 2003 01:11 GMT | 4 |
I am using vba to paste some information form a word document to another. After the macro ran, how can I clear the materials left in the system? coz when the macro finished, user can still press Ctrl + V to paste my materials again.
|
| API to read document | 26 Nov 2003 00:54 GMT | 1 |
I would like to read a word document through an application and store the word contents in a database. Is there an API available to do this.
|
| Word 2000: { REF bookmark } problem | 25 Nov 2003 22:46 GMT | 1 |
I have a Word 2000 Template where in my Footer I am using the "{ REF CustAddress }" command to reference a bookmark that is set somewhere else outside of the Footer sectopm. My problem is, my Footer section has the font size set to 8, but when the document prints, the {REF ...
|
| multiselect listbox | 25 Nov 2003 22:41 GMT | 13 |
I have created a multiselect list box, I am able to select multiple entries from the list but then I can't get any further. I would like the selected items to either populate a text box or go straight into the document. Any
|
| getting prompts in VBA code window for constants | 25 Nov 2003 22:14 GMT | 3 |
In Word 97 VBA, how do I get Intellisense prompts for certain constants? ActiveDocument.Close For example, when I type the above code, I want to get some prompt following it so I can choose SaveChanges, DoNot SaveChanges, or
|
| userform's and bookmarks | 25 Nov 2003 22:08 GMT | 1 |
I'm wondering if it is possible to put the data from an user form into another document. In the document are also bookmarks definite. They have the same name as the bookmarks in the document where I have created that user
|