| Thread | Last Post | Replies |
|
| ms word com addin problem | 01 Aug 2003 14:14 GMT | 6 |
I wrote a COM addin for MS Word in Visual Basic 6. However, we find one machine (from a future customer site), when Word loads, the CPU hits 100% Word never comes up. This machine used Word 2000 on Win2k SP3. The problem is actually here:
|
| Loop with renaming FormFields | 01 Aug 2003 14:12 GMT | 1 |
Hi, I'm been struggling with a renaming formfields problem. There are numerous post available on how to rename formfields, with or without empty bookmark. I've merged two sample codes that people posted to
|
| 2 tricky questions about listboxes | 01 Aug 2003 14:00 GMT | 1 |
I am trying to create a sort of query-builder, where the user selects the elements from a database to put in the query. I have a listbox called Listbox1 - this listbox is filled with data from my accessdatabase.
|
| Converting popups to hyperlinks in Word | 01 Aug 2003 14:00 GMT | 1 |
I have converted a number of large documents from HTML to Word.doc files at the request of a user who needs to edit the text in Word. There are many popups in the original files, and they no
|
| Insufficient memory problem (5097) | 01 Aug 2003 13:55 GMT | 1 |
need help from experts! Problem: I have a VB program which creates on instance of Word: Dim objWord as New Word.Application
|
| Problem with event handlers | 01 Aug 2003 13:53 GMT | 1 |
Why do event handlers work at one time and stop working at another time? The problem I'm having is that I'll write code to execute when a checkbox is clicked (in the onclick event), and when I first work on it, everything works fine. I'll leave the document alone for a day,
|
| Templates, Control Object Events - Click; ThisDocument Module | 01 Aug 2003 13:50 GMT | 1 |
I'm creating templates for my employer-engineering company. The templates automate our engineering design documentation process. I'm trying to design a "TECHNICAL REQUEST" document (based on a template). I allow the USER
|
| Table resize stepping/running code | 01 Aug 2003 13:23 GMT | 1 |
I have the following problem : I resize the columns of a table that I have created in the same macro. When I run my code step by step (F8) It works When I execute it it does not resize my columns.
|
| Child Documents and Embeded controls | 01 Aug 2003 13:22 GMT | 1 |
What I'm trying to do: I'm designing a template for use between supplier (me) and vendor. Initial events occur with creation: NEWDOCUMENT and child document is configured per scope of supply. No
|
| VB Report deisgner | 01 Aug 2003 13:17 GMT | 1 |
I am using Crystal Reports to create reports in project only because the VB (6) report designer does not have a function to export reports to excel and pdf format. Is there a way to do this in VB? If so I can eliminate the
|
| Change the default Table AutoFormat | 01 Aug 2003 13:15 GMT | 1 |
I received a template in which there are 2 tables (I need the template for programmatically filling those tables). The second one has no border. When I select and copy this table into a new document, I get a table WITH borders. I posted this message on microsoft.public.word.tables. ...
|
| Bold Checkboxes | 01 Aug 2003 13:02 GMT | 1 |
Is there any way to make True checkboxes appear in bold (or with bolded checkmark) to especially emphasize what is checked in a list of possible checkboxes? I try to bold the checkbox and it prints exactly the same
|
| Hyperlinking the page numbers in a Word index | 01 Aug 2003 13:01 GMT | 1 |
Does anyone have a way of making the page numbers in a Word index into hyperlinks? I would like to use this for a manual that will be created in Word 2000 and then turned into a PDF that will
|
| rptImage Control at DataReport ... | 01 Aug 2003 13:00 GMT | 1 |
I have a Report in DataReport VB6, inside the report I have a rptImage Control but I want to put the path of the file via code. For example, if user select option 1, the report displays an image, if user select option, the
|
| Inserting a text file | 01 Aug 2003 12:59 GMT | 1 |
I have a question. I am working on a template that when run will have a text file inserted into the document created by the template, cleaned up and then saved. I am having a problem with the insert file portion. When the template is
|