| Thread | Last Post | Replies |
|
| from form to document | 17 Oct 2005 13:47 GMT | 4 |
Hi!! Can someone tell me how i get a text value from a form into a document, Best regards
|
| Using textfield in a dot file | 17 Oct 2005 11:57 GMT | 1 |
Using this code ThisDocument.Navn = TextBox1.Text Working but if i save my document as a dot file and then create a new document from this dot file then
|
| Find and replace within a string | 17 Oct 2005 09:11 GMT | 9 |
I am extracting individual paragraphs from a source document. I want to copy these paragraphs to another document, after performing a find/replace on them. I am working on unformatted text. Is there a way to do a find and replace on a string? The Word Help seems to imply
|
| common module | 17 Oct 2005 09:01 GMT | 12 |
hi guys, need advice on how to best do the following. i've created a module which i currently manually import to all my templates. this module contains subroutins and functions (some don't call any word objects, some do) and publicly declared variables
|
| organizercopy problem - destroys format | 17 Oct 2005 08:49 GMT | 4 |
I am using organizercopy to copy the styles from a template to a document. this works fine, but the format e.g. font inside the document gets corrupted. how can I prevent that? I use:
|
| Universal event listener | 17 Oct 2005 03:42 GMT | 1 |
I am trying to find a way to use VB to create a universal event listener for MS Word that would allow me to grab any action that the user takes in an open Word doc (typing a word, changing a font, scrolling, etc.) and then to repeat that event in another Word doc. I imagine that ...
|
| Declaration Statements | 16 Oct 2005 23:46 GMT | 8 |
Does anyone have a good (simple) primer on declaration statements. I thought, erroneously I have now learned, that Public statements (e.g., Public oText as String) made the variable oText available everywhere. How do you declare a statement so that it is available in all modules ...
|
| inserting bold text after bookmark | 16 Oct 2005 19:03 GMT | 4 |
How I shold modify the following line of the code: ActiveDocument.Bookmarks("Name").Range.InsertBefore "Text" So that the "Text" will be inserted in bold ??? Thanks for advice.
|
| microphone word 2000 | 16 Oct 2005 18:55 GMT | 1 |
How do I use a microphone with word 2000
|
| Toggle Button Effect | 16 Oct 2005 17:32 GMT | 2 |
Is there a way to make a togglebutton always have the same effect (i.e, raised) regardless of its state? I am using .Caption = feature to change the label on the toggle button and I want it always appear raised (not shift between raised and sunken). Thanks.
|
| Open a form | 16 Oct 2005 15:02 GMT | 4 |
Hi' How can i make it so my form open when i open the document Hope some one can help
|
| Using makros | 16 Oct 2005 14:56 GMT | 2 |
Hi'' I have some macros in a document, its working allright Now i want to create some tolls, like buttoms or something like that to run my macros, i can do this in my word, but i want to do this in my
|
| a "Bookmarker" for word documents | 16 Oct 2005 03:08 GMT | 3 |
I am CONSTANTLY reading very long documents in word. When reading such documents - I often have to jump back and forth. Is there a "bookmarker" or "placeholder" button that I can use to record the current location. Then... if I navigate the cursor far
|
| Running mp3 files from Word | 16 Oct 2005 01:08 GMT | 6 |
How can I run mp3 files from a word document, without displaying Windows Media Player or any player and also not showing the warning message about viruses etc? Any ideas? Thank you.
|
| Add a Floating Shape Anchored to Current Paragraph | 15 Oct 2005 21:05 GMT | 3 |
I need to set up a macro that will always add a picture as a floating shape anchored to the current paragraph (where the cursor is located at the time the function executes). The picture would always be the same file in the same location. For the life of me, I can't figure out ...
|