| Thread | Last Post | Replies |
|
| Problem get start with vb6 | 06 Sep 2005 18:57 GMT | 2 |
i saw the web said "First set a reference to Word (in the VB Editor, select Tools + References)." But i only found the reference in "Project" mean And which library should i need to add???
|
| How do I combine groups of data source records into mail merge do. | 06 Sep 2005 18:52 GMT | 1 |
I am trying to produce letters for individuals listing the committees they serve on. The data source has a separate record for each individual/committee combination.
|
| VB6 Interop.Word.dll | 06 Sep 2005 17:44 GMT | 2 |
i have been wrote a program about vb.net that include "Interop.Word.dll" but i need to change it to vb6 for some reason But when i want to add this "Interop.Word.dll" to vb 6 reference it have a error
|
| Drop Down - Hide Text / Make Text Visible | 06 Sep 2005 17:35 GMT | 1 |
I have a table which I want to make visible/invisible based on a users selection from a drop down box. Can someone point me in the right direction. Thanks
|
| macro protection | 06 Sep 2005 15:33 GMT | 5 |
I have created a template that loads a toolbar which is now shared on the company server. i.e. everyone's startup contains a link. It does all sorts of wonderful things (most of which I've managed to do thanks to tips and help found here).
|
| how do I post ppt presentation online for free | 06 Sep 2005 14:02 GMT | 1 |
looking for a sigt where i could post my ppt presentstion, and enter it via link Thanks shalom
|
| Do you now Object name? | 06 Sep 2005 13:59 GMT | 4 |
Can somebody tell name of object for multiselections? For example: I select first and fifth word in a paragraf. How can I get it? Selection.Words.Count give 1. Why? How can I get real number of the words?
|
| Unprotecting a Form | 06 Sep 2005 13:55 GMT | 3 |
I have a form, that uses macros and field codes, that is no longer layed out correctly because the tracking is on. When I unprotect the form to turn the tracking off, some of the macros in the form no longer work. Do you have any suggestions on why this is happening?
|
| Using VBScipt to FIND text in MS Word | 06 Sep 2005 07:06 GMT | 1 |
I need some help with a script that I am using to open a Word document. The script, as written, opens the word document okay. I actually want to open the document to the line of text that begins with the word "Troubleshooting." The FIND that is coded in the script does nothing - ...
|
| Putting pictures in a row | 06 Sep 2005 06:27 GMT | 2 |
I am doing a newsletter template which has spaces for six pictures which will vary from month to month. The pictures are inline with text in a six-columned table in the first page header, and I have set a bookmark and created a macro for each picture which goes to the header then ...
|
| menu bar | 06 Sep 2005 05:28 GMT | 3 |
I have somehow disabled the ability to modify my menu bar in Word -- the custom buttons that I installed on this toolbar to execute macros still work but I am unable to add new buttons or edit the toolbar in any way. I do not know what I did to do this -- anyone have any ideas?
|
| Editing an embedded excel file in MS Word using VBA | 06 Sep 2005 02:27 GMT | 1 |
I have a word document with several embedded excel worksheets. I am trying to edit the formula on few cells in the embedded worksheet. Since I have to change the formula on several files I want to write VBA code to make the changes.
|
| Cannot run FormatBackgroundWatermark or find dialog | 06 Sep 2005 02:27 GMT | 1 |
We have problems with printed watermarks on our desktop with Office XP sp3. The screen does not refresh after a printed watermark is inserted and it looks like sections of (non existent) text are selected [only if there is a table in header]. Screen refreshes correctly if page ...
|
| How to create x amount of pages and then navigate to those pages in word | 05 Sep 2005 22:52 GMT | 2 |
I want to create a word document with x amount of pages (this can be anything between 1 and 50 pages) then be able to say goto page #x This is all I need, I can do the rest np Any help anyone can give me would be greatly appricated
|
| if statement and compare | 05 Sep 2005 20:59 GMT | 1 |
I want to set up the following in my letter checking a few merge fields ... If either OCAS_OP_1 or OCAS_OP_2 or OCAS_OP_3 or OCAS_SUS_1 or OCAS_SUS_2 or OCAS_SUS_3 = "Y" to display message A and if not to display message B Can you help? Thanks
|