| Thread | Last Post | Replies |
|
| Add an Add-In across the network? | 27 Mar 2006 18:31 GMT | 1 |
Is it possible to add an Add-In that is located on a network drive? Or does it need to be located on the user's computer? Ed
|
| Security error on opening a database from Word | 27 Mar 2006 14:28 GMT | 2 |
I forward you a problem where after an upgrade to Windows XP and Office 2000 opening an MS Access database from Word using DAO 3.6 it returns to me a 3033 security error. We did not have that problem with Windows 98 , Access97 and DAO 3.5. So i
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial March posting | 27 Mar 2006 13:48 GMT | 3 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the news group.
|
| Change spelling language | 27 Mar 2006 13:29 GMT | 1 |
How can I change language of spelling on the fly? I use CheckSpelling() method of Word.ApplicationClass
|
| Macro to convert multiple RGB colors to Red | 27 Mar 2006 12:05 GMT | 2 |
I need to convert word documents which have a large part of the text in multiple custom RGB values to standard red RGB (255, 0, 0). I have already made some other format changes editing macros but I am an absolute beginner in VB. Can anyone help me with the VB code?
|
| What is the keystroke to bring up the paragraph menu? | 27 Mar 2006 10:46 GMT | 2 |
What is the keystroke to bring up the paragraph menu?
|
| Replace word of specific length | 27 Mar 2006 10:25 GMT | 4 |
I have a document that I would like to convert to a cxv file. But before I do there are some strings that I would like removed. They are all 5 characters in length, comprised of only numeric characters (0-9) and begin with the number 7. Does anyone have any examples of VBA ...
|
| Tree View | 27 Mar 2006 08:18 GMT | 3 |
Is it possible to create some kind of tree view, like the one in Explorer, in a form? If a user click on a + it will show the structure under it. Background: I have a lot of text files in a lot of folders. If I pick a folder name in
|
| Cursor to be in first cell of a table on opening page | 27 Mar 2006 07:29 GMT | 1 |
I have various documents containing tables in which data has to be entered. I would like the cursor to be sitting in the first cell of the table ready for input when the document is first opened, instead of at the default position in the top left corner of the doc.
|
| Problem with DIR | 27 Mar 2006 07:26 GMT | 1 |
Looping thru directory, doing something to the files in there. The problem is that there will allways be one file which is not processed. Ie. when there are only one file left on directory, DIR is empty. Why so? Sub test()
|
| Word should allow open document to last page viewed. | 27 Mar 2006 00:05 GMT | 6 |
This is basic. How can a program that handles huge documents not allow a person to automatically reopen a document to the last page viewed. This should be an option. Basic. ----------------
|
| Need VBA code to find text until end of document is reached | 26 Mar 2006 23:58 GMT | 3 |
I'm using Word 2003. I have a for next loop to search through indexes { XE " "} in my document. I'm using a find statement to find the " XE ", store the string in a variable, compare it to the next found string, and delete if it is a duplicate. The number of indexes in the ...
|
| reset font format to default but keep the bold formatting..>> | 26 Mar 2006 23:51 GMT | 7 |
hello, I'm looking for a way to remove all font formatting from a Word document except the bold. Appreciate any suggestions. Thanks, Michiel
|
| Remove "Paste" symbol | 26 Mar 2006 23:48 GMT | 2 |
In your next updates to Word, you should strongly consider removing the paste symbol (icon) after a paste action has been performed. I don't see where its value compensates for its annoyance. ----------------
|
| Two Questions | 26 Mar 2006 05:48 GMT | 13 |
First, I posted the second question below using Google Groups earlier today. While it appears in Google Groups, it doesn't appear when I download messages from MSNEWS using Outlook Express. In fact, none of the dozens of messages I posted yesterday or today using Google Groups ...
|