| Thread | Last Post | Replies |
|
| Basic Array definition and application | 06 Jan 2004 11:46 GMT | 3 |
I am creating an application that goes through 6 columns of data and generates an average. I have got the code working for each single column and am trying to create the best method of going to each succesive column. first I am showing the code now used and then the
|
| VBA Equivalent | 06 Jan 2004 10:12 GMT | 1 |
Can someone tell me what the VBA equivalent for this piece of code is: Begin Dialog UserDialog 500, 300, "HNS SEND" ListBox 10, 9, 350, 280, hnsname$(), .hns
|
| Styles in MS-word... | 06 Jan 2004 10:11 GMT | 1 |
I'm trying to get Word to provide me with the name of a style of a given range, or even just of character. Now I understand how to get a range, and then the style associated with that range (I'm aware its based on the
|
| Mailmerge error | 06 Jan 2004 09:46 GMT | 3 |
I have a dll which does some mailmerge for me, the dll is called from VB6. It work fine with word 2002 but it fails in this routine I have here below. The line that fails is Kill mdataDocNavn, it deletes the temp file created. but it does not fail on
|
| Template Names availble to VBA | 06 Jan 2004 09:41 GMT | 1 |
I'm writing some VBA code in MS Access that integrates an application with MS Word. I would like to create a form in Access that asks the user to identify the template that they have created in Word for specific purposes. In this Access form, I would like to have a combo or list ...
|
| msword | 06 Jan 2004 09:36 GMT | 2 |
Hai everybody Can U sujjest me where I can get source code for microsoft office(especially word). Can I write programs in c or vb which operate on that code?
|
| Passing an object as a parameter to a sub? | 06 Jan 2004 06:43 GMT | 3 |
Using Word 97. Before allowing a user to close a form, I want to check that none of the boxes on the form are empty, using syntax something like: ~~~~~~~~~~~~~~~~
|
| Calling on all MS-Word Guru's | 06 Jan 2004 00:38 GMT | 3 |
We are building a database solution for a large client and need to buil complex reports with Word. To paint a picture: The database solution we are building creates a data file which is use
|
| Newbie question - what is the most straightforward way to... | 05 Jan 2004 23:01 GMT | 4 |
...use my VB6 application to create a series of Word documents from a template - some fixed text, and some variable text from a database? Variable data is held in about 7 different related tables; I looked at Mailmerge, but it looks to me like it only accepts a single table or ...
|
| Adding minimize button to a User Form | 05 Jan 2004 22:11 GMT | 1 |
Is it possible to add a minimize window button to a UF? Thank you in advance Carole
|
| Find and Replace in Footer? | 05 Jan 2004 21:33 GMT | 2 |
All, I have some VB Script that loops through each field in a record and attempts to do a "Find and Replace" for each instance in the active document. Here is the code:
|
| Editing Addin as Normal.dot | 05 Jan 2004 20:57 GMT | 8 |
I have been editing MyAddin by copying it to my Templates folder, renaming it as Normal.dot (saving by real Normal.dot as MyNormal.dot), and doing the code modifications. Then, when I'm satisfied with the modifications, I replace MyAddin in the Addin folder with the Normal.dot (and ...
|
| Creating your own wizard | 05 Jan 2004 20:48 GMT | 1 |
I am looking to create a wizard (or something similar) for my business contract (letter of agreement My goal is to have a finished document and all i have to do is insert the clients name, fee, and services provided I realize i can go through the document and change the information ...
|
| Let user click in doc while macro runs? | 05 Jan 2004 19:13 GMT | 6 |
I have a macro which requires the user to select where the action will happen. I have two issues to deal with: (a) I'm making this a Private Sub, dependent on the running of a previous macro, because I need to pass a total count variable from the previous macro into this one. (b) ...
|
| How can I put text in a footer by means of a userform? | 05 Jan 2004 19:07 GMT | 3 |
I've created a template with a userform in which I ask the user some extra information in order to complete the text of the document. The extra information is stored in the text by means of bookmarks. Most of the times the document is only one page, but sometimes it is two or more ...
|