| Thread | Last Post | Replies |
|
| document.SaveAs crashes application | 11 Nov 2003 22:10 GMT | 1 |
I'm automating Word in a VB6 application. I'm opening the word document, makeing changes, then calling the document's SaveAs command. I get a Word error message (that I cannot trap using an "on error goto" statement), and the vb app crashes and quits with Word still residing in ...
|
| calculation on a column in a table. | 11 Nov 2003 19:15 GMT | 2 |
Im new to the forum, so please be patient if this question has been asked before. I wish to calculate the contents of a column in a table (add the values), and display the results on the document independent of the table. I wish to
|
| Macros and Version Capatibility | 11 Nov 2003 15:18 GMT | 3 |
I am creating a form using Word 2003. The user selects drop-down boxes, and on exit it creates a total in a text box on the form. It basically adds the numbers up for a total. I have created the form as a document template.
|
| Merging data into tables in templates | 11 Nov 2003 14:54 GMT | 1 |
Hi, I have a user who has a cover of a document that merge fields and some user form data. Right now the user opens the document up as a template and is prompted with a userform that asks her to enter 4 different types of information in 4 textboxes. She clicks OK and it
|
| Renewed Hatred for Word 2002 Macro Security | 11 Nov 2003 14:54 GMT | 8 |
I've made some templates that I'd like to run on someone elses computer. I am not able to start the templates from the Startup, Workgroup, or User directory (long story). Since I receive the "This document has macros" warning
|
| Option Button | 11 Nov 2003 14:54 GMT | 2 |
I am making a form to be filled out in MSW. There are about ten questions with option buttons to answer with. Instead of being able to click one answer per question, it will only allow one answer for the whole document. How do
|
| insertion of multiple tables and pagebreaks | 11 Nov 2003 14:54 GMT | 1 |
i have to insert multiple tables in a word document, i want to create the tables using vfp, and the data from the vfp table. Also in between, i have to insert text also, with character formattings. The table dimensions depends
|
| Help text in the statusbar disappears when a dialog box gets focus | 11 Nov 2003 14:54 GMT | 1 |
I have a word document which contains several form fields. I have applied a help text for each form field which appears in the status bar when the form field gets focus. I applied code in the autoOpen, which shows a dialog box (let's call
|
| I have a document that was created by a template with a macro | 11 Nov 2003 14:54 GMT | 1 |
Now however any time I want to open the document it created i seems to invoke the macro asking me whether I want to enable or disable macros in the dot file. Is there not a way to stop it from cross referencing the macro in the
|
| Table Style | 11 Nov 2003 14:54 GMT | 1 |
I have created new template with a customised default new table style in word xp, as it is a new feature which only available in word xp +, it does not works in word 2000 environment.
|
| Macro for breaking up tables | 11 Nov 2003 14:54 GMT | 3 |
The data files in Word each have around 50 tables of 2 to 5 columns and a 8 to 20 rows. In each table, the first column always contains labels. For example: Record1 Record2
|
| Selection object - Word Automation | 11 Nov 2003 14:27 GMT | 4 |
I want to write some code to go to a specific place in a long WOrd document. The document continues to grow as the code runs, so "m_intCurrentNumPages" is the current number of pages. I use "m_intCurrentNumPages - 1" so that the
|
| Deleting buttons in Word through VBA code | 11 Nov 2003 13:44 GMT | 2 |
There is a neat feature in PowerPoint that when creating a new presentation, labels appear saying for example: "Click to add title". I want to do this in Word. Im doing this in a template where I have added two buttons with
|
| spellchecker in protected document | 11 Nov 2003 13:13 GMT | 1 |
i have the macro for spellchecker in protected document and there the say: you may want to modify the line which says Selection.LanguageID = wdEnglishUS to your own language. What is the LanguageID for the netherlands?
|
| Using UndoAction to undo a paste | 11 Nov 2003 09:03 GMT | 4 |
I have Word 97 I wanted to stop users pasting into a user form's text box using Ctrl + V but I want them to be able to type into it. I thought that I could use the Textbox BeforeDropOrPaste event. I thought I
|