| Thread | Last Post | Replies |
|
| Select x words on either side of Find | 27 Jun 2004 01:41 GMT | 3 |
Here's an interesting request. I'm just looking for the most efficient way to handle this. I have a need to do a find and replace on a text range. The replace is simply a formatting change. However, I need to change the formatting on a specified number of words on either side ...
|
| Macro to retrieve an OL address and insert it into Word | 27 Jun 2004 00:47 GMT | 2 |
I have recently started using Word (Office 2003). In my 15 years using WordPerfect I developed a macro to use while writing a business letter to insert an address from the address-book. Has someone written a VBA macro which will ask for the input of the first and last name, and ...
|
| Find a replace all images | 27 Jun 2004 00:31 GMT | 3 |
Is there a simple way to find and replace all images in a document , setting the propities at the same time ? Chris
|
| Microsoft Works | 26 Jun 2004 22:20 GMT | 1 |
I want to know if it is possible to activate Microsoft Works on both my desktop and my laptop. I use both. Thanks for your help,
|
| 'Example O'Toole' how to delimate a ' | 26 Jun 2004 12:45 GMT | 1 |
I'm sure this is a real simple one , whats the best trick when your select conditions have a ' in the value "WHERE (People.FullName = 'Example O'Toole' )" ? Chris
|
| Saving Word as text | 26 Jun 2004 11:58 GMT | 2 |
I need code to open each document in a specific directory and save them as text files. Any help on this would be greatly appreciated.
|
| Table Macro | 26 Jun 2004 07:23 GMT | 1 |
Greetings. I apologize for cross-posting, but I think I asked this question in the wrong group. I have MS WORD 2002 documents that contain hundreds of tables separated by paragraph marks. Each table in the
|
| Converting numbers to a bar code | 26 Jun 2004 03:20 GMT | 3 |
I've been told by a developer that you cannot write code that will convert a string of numbers to a bar code. She says that we need a specific font to do this. Is this true? Does anyone know how to write the code to convert
|
| Listing Bookmark By Location in Document | 26 Jun 2004 03:11 GMT | 3 |
Word 2000 I have a simple macro that populates an array with bookmark names by reading the contents of the Bookmarks collection. The only problem is that it fills the array with the bookmark names in alphabetical order, and I need them
|
| vba to stop frame resizing | 26 Jun 2004 00:27 GMT | 1 |
Please can you offer a solution to a cell within a frame resizing. Is it possible to fix it to a size in VBA so that it will not resize no matter what occurs! Cheers
|
| Change Table Properties | 26 Jun 2004 00:02 GMT | 1 |
I have a macro which creates a table. I would like to select some cells (e.g. column 1 rows 1, 2 &3) and set the border property to BOX. How could I do that? Also, I would like to delete individual cells in row1, and change the width of the remaining cells. How could I do that?
|
| Remove Stubborn Add-In | 25 Jun 2004 23:57 GMT | 1 |
I'm not an add-in developer, but having a problem with a stubborn add-in on a user's machine. Sometime ago the user installed OfficeReady add-ins for Word, and the uninstallation was not clean, to say the least (one of the "hey, to
|
| Strange problem with VBA and macros | 25 Jun 2004 23:53 GMT | 1 |
I am using Word 2000 with VB on Windows 2000. We have created a macro (in WORD) which is called from VB through the "Run" method. The macro works fine.
|
| Bookmarks & IFs | 25 Jun 2004 23:12 GMT | 4 |
I have an Access app that uses VBA and bookmarks to pass data to a Word 2000 doc. Inside the Word doc I use IF statements to determine whether a text block should be displayed. This is working, but what
|
| Closing custom toolbar when document closes | 25 Jun 2004 21:40 GMT | 5 |
I have a custom toolbar which appears when a document is created using a template. How do I close this custom toolbar when the document closes as this toolbar is only associated with that template/document.
|