| Thread | Last Post | Replies |
|
| macro for hidden paragraph | 17 Nov 2006 14:18 GMT | 3 |
i need help please, i created a macro to do hidden paragraph. i highlight the paragraph mark, format, font, check the box hidden, make the color red. the macro did not run, don't know why, can you help, the following is the recorded macro:
|
| Combo Box Content depending on result of another combo box | 17 Nov 2006 12:44 GMT | 8 |
Is it possible to have the list available in one combo box be dependent on the result of another combo box? For example ComboBox1 Array ( Cat, Dog )
|
| insert part of a text file | 17 Nov 2006 11:35 GMT | 4 |
I have got a big text file (64MB) and want to insert into word document the first 20,000 lines only of the text. Could anybody help me? Regards,
|
| Use of option/Radio button in a form / questionaire feedback form | 17 Nov 2006 11:07 GMT | 2 |
I was tryiing to create a Question / Feedback form for a session. I mean there were few questions about the session and four option/ objectives answers for that questions. For that I want that user to select only one option out of four. So I used Option button. I did not
|
| Turning off AutoCorrect/Grammer/Spelling for a block | 17 Nov 2006 09:28 GMT | 4 |
Im starting to get hacked off, when I want to paste in some code snippets into a document, I am continually plauged by spelling and grammar errors as you might imagine. Can I select a block of text and turn checking off for that selection ?????
|
| User defined datatype? | 16 Nov 2006 22:57 GMT | 2 |
I have a test file I used to show that a particular technique for generating letters and incorporating data from a database would work. This called a routine 'SaveDocs': Sub SaveDocs()
|
| hyperlinking to a local file | 16 Nov 2006 21:49 GMT | 1 |
This works in the IE's browser: file:///C|/Program%20Files/FIS/BankAnalyst/System/BankAnalyst.exe When pasted into the address field of a Word hyperlink it turns to this and will not launch the file - I've tried quotes, etc.:
|
| Scrolling the window so that start of selection in near the top of the window | 16 Nov 2006 19:03 GMT | 1 |
I have many long docs that I need to scan through to delete unnecessary stuff. Is there a way that I can scroll the window so that the start of the selection is near the top of the window? Here is part of the code that I am currently using: Do While Selection.Find.Execute
|
| printing pdf's | 16 Nov 2006 18:35 GMT | 1 |
Hi Group, I'm not sure if this is the correct group but it's a good place to start. I have an access 2000 database that generates word documents (letters) my client would like to add 3 pdf's onto the back of the word document ( terms
|
| Where is code for F1 Help text? | 16 Nov 2006 18:04 GMT | 5 |
I am translating forms which use Status bar and F1 Help text for screen readers to make forms accessible to persons who are blind. I also use a CAT tool called DVX which retains formatting of the base form by filtering English text out and replacing with my translated text. Since ...
|
| Multiple Line Footer | 16 Nov 2006 15:51 GMT | 1 |
I want to insert 3 separate lines of text into the footer using a macro. How do I do this?
|
| Disable Normal.dot alerts | 16 Nov 2006 15:06 GMT | 5 |
Let me give you a little background on my issue: I routinely export .RTF files from another application which are then converted upon opening in Word. Whenever I open these files and I have another word document opened, I receive the following notification:
|
| eventhandler documentbeforesave | 16 Nov 2006 11:35 GMT | 1 |
I have read several messages about 'eventhandler' & 'documentbeforesave'. But I haven't found a solution to my problem. I build an eventhandler 'documentbeforesave' with the following VBA-code. Activedocument.Attachedtemplate.saved='true'
|
| Tabel find and grab cell content | 16 Nov 2006 11:33 GMT | 5 |
Could any one give me a direction to to the following with some VB code:- - Select firts table in word document - Move to row 5 collumn 4 - Put the value of that complete cell in to a variable (stgValue)
|
| Disable Normal.dot alerts | 16 Nov 2006 11:21 GMT | 1 |
Let me give you a little background on my issue: I routinely export .RTF files from another application which are then converted upon opening in Word. Whenever I open these files and I have another word document opened, I receive the following notification:
|