| Thread | Last Post | Replies |
|
| How do I get my computer to use the fn key and alt to put interna. | 22 Feb 2005 12:33 GMT | 4 |
I recently had my computer restarted and before was able to hold down the fn key and the alt key while typing a number in order to do international letters for example é,è,Ô etc. I have checked everywhere on how to turn this feature on to work in Word as
|
| Delete in Registry | 22 Feb 2005 11:55 GMT | 5 |
I add the key by using: System.PrivateProfileString (Empty, "HKEY_CURRENT_USER\Software\Apps\AV_Word", "Settin gs") = "ABC"
|
| Create Document Variables from a multiline text box is a user form | 22 Feb 2005 07:09 GMT | 7 |
I am creating a userform for a meeting agenda template. When the user types in the agenda items in a multiline text box, I would like to assign each agenda item (each paragraph or line) to a document variable. The number of items will vary with each meeting, so that is why I ...
|
| selecting a variable number of rows in a table | 22 Feb 2005 06:25 GMT | 6 |
I desire to select a variable number of rows in a table between two strings of text. The first cell to be selected is always Cell Column A, Row 3. Cell A aobve the last row to be selected reliably has the words "Ongoing Meds". The number of rows to be selected varies. The ...
|
| Disappearing text when doing a paste | 22 Feb 2005 05:32 GMT | 6 |
Having a problem coping data from one document to another. I need to automate the following task. I have a document that my customer opens and clicks a button that does a copy. When the button is clicked, I need the following to happen.
|
| Deleting top 2 lines of each page | 22 Feb 2005 04:00 GMT | 1 |
I'm trying to put together a macro that goes to the beginning of the document and deletes the top 2 lines (both extra blank lines needing to be removed), then moves to the next page and deletes the top 2 lines, and so on until it reaches the end of the document. Once it reaches ...
|
| Macro to accept revisions | 22 Feb 2005 03:38 GMT | 2 |
I have tried 47 ways to create a macro that accepts a (selected) revision, and skips to the next revision. None of them work. Has anyone had any luck doing this? Many thanks.
|
| WordBasic being recorded in Word 2002 | 22 Feb 2005 02:31 GMT | 1 |
Could someone answer my question of Feb 16th about WordBasic statements being recorded in Word 2002? (Title: "Printing without or with markup...") That would be very much of help to me! Thank you!
|
| Hide input keystrokes | 21 Feb 2005 23:27 GMT | 1 |
Can an input box be customized in vba to hide the input keystrokes with dots or astericks, like a password input box?
|
| macro in word table | 21 Feb 2005 23:26 GMT | 1 |
I am trying to write a macro that will ask the user to input a start time. This time is in 12 hour time. The macro needs to add 15 minutes and then paste the time range together in one cell. How do I get it to do this? It should look like this, input time is 3:15, then add 15 ...
|
| Macro in document availablke only to one user | 21 Feb 2005 20:48 GMT | 4 |
I have written a macro in a document on a shared network drive. When I open any document, I can see and run the macro as the macros are in the Normal.dot. The other two people do NOT see and cannot run the macro.
|
| underline with color | 21 Feb 2005 20:39 GMT | 1 |
I am trying to underline with a wavy coloured line however the wavy line is appearing but there it is gray and no matter what colour i use it is always gray. Here is the code i am using : font.UnderlineColor = wdColorTurquoise
|
| Start of Word does not fire AutoExec-macro | 21 Feb 2005 20:31 GMT | 3 |
My Word 2003 VBA-application (in XP-environment) is dependent on an autoexec-macro, supposed to be fired when Word starts. My code is contained in Words startup directory and it works as expected on all computers but one.
|
| Autotext. Subdocuments name in the master document | 21 Feb 2005 20:21 GMT | 3 |
Hi No answer in the general questions discussion group so I will hopefully have better luck in here! I have many subdocuments (>100) in a master document. I would like to
|
| Formatting a document to reduce blank space between paragraph marks | 21 Feb 2005 20:21 GMT | 3 |
Is there a way to loop through a document and move the paragrahp marks closer to the end of the text? We have a document with many extra spaces between it and the paragraph mark and it's causing problems for our system here. Any feedback would be greatly appreciated.
|