| Thread | Last Post | Replies |
|
| How do I select multiple items in a listbox? | 21 Mar 2006 16:13 GMT | 2 |
I have a file browsing userform with a listbox containging filenames. The listbox MultiSelect property is 2 (extended) but I can use 1 if necessary. I want to add a button for "invert selection". To do this I need to be able to select or deselect each item in the listbox.
|
| Page header ... | 21 Mar 2006 16:02 GMT | 2 |
Can you help me with next problem ? I am inserting text from Excel into Word using the generic line: oWordApp.Selection.TypeText Text:="Bla..Bla..Bla..." The problem is that the text does enter also in the page header. What
|
| "Cleaning up" Range object | 21 Mar 2006 15:42 GMT | 11 |
So, long ago I was advised to use the Range object over the Selection objection in many cases. Finally, I am able to spend a little time re-writing my code with Range objects. (Perhaps this will solve many of my issues, and make my code less sloppy.)
|
| Showing CrossReference Dialog with parameters | 21 Mar 2006 15:32 GMT | 1 |
to avoid the clicking in the word insert->crossref dialog, i want to have some macros for displaying this dialog with some parameters already specified. But although i spent hours, i have not managed to get set the right parameters before showing this dialog. Even worse, the ...
|
| How to get the cursor position using DDE | 21 Mar 2006 15:31 GMT | 1 |
Is there any way to get the cursor position in a word document using DDE? Thanks in advance, Alejandro Vanegas Cleveland, Ohio.
|
| Inserting page break after using Insertfile method | 21 Mar 2006 15:30 GMT | 1 |
Thanks to all of you, especially to Charles. I was able to bookmark text in document 2 and then import text using insertfile method and it worked. But I have another issue now, basically how to insert the bookmark text from document 2 to document 1 in a separate page.
|
| import modules | 21 Mar 2006 15:23 GMT | 3 |
i use this for export on the server For Each Module In Application.VBE.ActiveVBProject.VBComponents if Module.Type = 1 Module.Export pthVisual & Module.Name & ".bas"
|
| how do I stay in word after closing a document? | 21 Mar 2006 15:21 GMT | 1 |
Every time I close a word.doc I see a different program that is open and the task bar is offered. I just want to stay in Word.
|
| Worksheets used in a Word file | 21 Mar 2006 15:20 GMT | 1 |
I have a spreadsheet within a Word file that does calculations for the proposal. Is there a way to make each of the three worksheets print out as an attachment to the proposal, so we can verify the pricing? Is there a way to take a total from that worksheet and print it on the ...
|
| Dialogue for Save As | 21 Mar 2006 11:21 GMT | 3 |
How [from VB] do I force the default folder in the 'Save As' dialogue to be a particulr folder; we are changing our corporate servers, and wish to save all new and edited Word docs to the new server folders, without the faff of searching to unfamiliar roots and branches on the ...
|
| How to refer to excel cells attribute | 21 Mar 2006 09:12 GMT | 3 |
Hi, I would like to use excel property in Word VBA. The problem I have is that I format Word Table using Table in Excel and would like to adjust to table depending of all cells format in excel. So, I open the Excel workbook and copy a table value to word. I would like
|
| Word mail merge code help | 21 Mar 2006 08:41 GMT | 6 |
I would like to get a little code help on a project. I am only now starting to learn VB, and to this point, I have tried VB on a limited basis in Access. Here's what I am working on that prompted me to ask for your help. I
|
| How do I get a pop-up text box containing hyperlinks to appear? | 21 Mar 2006 07:26 GMT | 2 |
I have a Company Structure flow chart created in Word. I want to display a text box containing hyperlinks (to other Word documents) when the user hovers the cursor over different text in the original document. How do you do this?
|
| Word Macro - Remote Printing | 21 Mar 2006 07:10 GMT | 1 |
I have an application that uses templates to print out documents. This application uses word automation on a server. There is no default print selection inside the software, so I created a word macro than can print to a specific network printer depending on the template that is
|
| how to make a precise table of contents | 21 Mar 2006 07:07 GMT | 1 |
I follow all instructions in the Table of contents but whilst it builds it picks up all text. Docs worked on are already available on server
|