| Thread | Last Post | Replies |
|
| Listbox - run-time error 380 | 10 Jul 2005 17:04 GMT | 1 |
I have made a form in VBA with 2 listboxes, lstSubrubriek and lstResult with 3 columns. The selections the user made in lstSubrubriek I want to display in lstResult. I've done this in a listbox, because the user can order the list in lstResult.
|
| Run-time error 5152 | 10 Jul 2005 17:04 GMT | 1 |
Hi, I have a macro within a word doc, which fetches TIF images from a server and stores is temporarily on c:\temp. There are 2 macros in the document. One fetches the images and other creates a Table of Contents.
|
| downloading dictionaries from language to language | 10 Jul 2005 16:38 GMT | 1 |
how and from where can I download dictionary from turkish to russian?
|
| Capturing Paste event | 10 Jul 2005 03:00 GMT | 5 |
Is there any way to capture the Paste event to Word, so that each time a user pastes a text into Word a macro will run? If so, How can I check if the pasted data is text, and in case it's a text, select the pasted text and do some changes in it using VBA code, e.g.
|
| Error trying to compile using VBA | 10 Jul 2005 02:36 GMT | 8 |
I'm trying to compile a normal.dot project using the following command: application.VBE.VBProjects.Item("Normal").MakeCompiledFile from the immediate window but I get the following error: Run-time error '768'
|
| RUNNING A MACRO | 10 Jul 2005 02:23 GMT | 8 |
I need to run a VBA Macro without opening a Microsoft Office file. Can you help me? Many thanks. Guido
|
| Get data from an protect excel workbook. | 10 Jul 2005 00:41 GMT | 1 |
I try to get data from a close and protect excel workbook in word with vba. Til now, i can get data from a close Excel wordkbook with help from an ADO.connection. But my question is, is it possible to get data from a protecet/close Excel workbook and how?
|
| Word Bookmarks | 10 Jul 2005 00:38 GMT | 2 |
How do I find the vertical location on the page of bookmark (e.g., the distance from the top of the page)?
|
| Word 2000 and Bookmarks | 09 Jul 2005 22:44 GMT | 2 |
I want to replace the text in a bookmark without deleting the bookmark itself. How is that done?
|
| using fieds with autoCorrect | 09 Jul 2005 20:39 GMT | 1 |
I've created fields/bookmarks in a userform and want to use them during dication usng Dragon Naturally Speaking. In AutoCorrect if I type in the "Replace" box, say "fname", how do I type the field/bookmark { firstname } in the "With" box so that the field value in { firstname } ...
|
| insert photograph option in a protected form | 09 Jul 2005 20:24 GMT | 2 |
Hi I have created a form for use by Job applicants. I need applicants to insert their photographs into it. How can I do this? Thanks and regards
|
| merging docs in on doc | 09 Jul 2005 18:59 GMT | 4 |
I'm automating Word from Acces and sending data into different templates with bookmarks for the data. Would it be possible to merge the content of for example 5 open Word documents consecutively into a 6th document?
|
| Defining and changing the current used measurement unit | 09 Jul 2005 18:30 GMT | 4 |
How can I use VBA to find and change Word's current used measurement unit, e.g. Lines, Points, Centimeters etc.? I'm asking that because I'm having difficulties using VBA functions because I don't know which measurement unit will be used in the user's computer and
|
| Get user selection | 09 Jul 2005 15:20 GMT | 3 |
I am writing a VBA macro. I want to pause and let the user select some text in the document and then continue execution. Is this possible?
 Signature Peter Aitken
|
| Converting Underlines to dashes | 09 Jul 2005 07:25 GMT | 3 |
I'm trying to build a macro that will search for underlined fonts in all the document, and replace them with equivalent number of - characters one line below. for example:
|