| Thread | Last Post | Replies |
|
| How to reverse only words into sentense by StrReverse function? | 04 May 2008 09:38 GMT | 2 |
I need to turn over all words in selected text by StrReverse function. But these words should be in right order (like in sentense). Reversing should be only for words, not for all string. For example, I do that: Sub reverse()
|
| Do While Search condition is true | 04 May 2008 09:32 GMT | 3 |
In the macro below, I'm trying to tell Word VBA (Word 2003 running in Xp) to do a search and replace while the search text is true. Alas, I can't get Word to see that the condition is true, i.e., that the search text is in the document.
|
| Allow user to add image | 04 May 2008 03:19 GMT | 3 |
Would like to create a template where the user just double clicks a picture or frame this then opens a dialog that allows the user to insert or replace with a picture from a file. What is the easiest way to do this?
|
| automation of adding ref number | 03 May 2008 15:35 GMT | 2 |
I need to write a small vba macro, to enable the following. (Both 2003 and 2007) Open a template, insert a reference number (one up each time) and save the file (before it's been edited)
|
| Is probably changes some elements into some documents at once? | 03 May 2008 13:29 GMT | 3 |
There is the batch of the documents with some identical elements: letterhead (it not header and footer ). In that letterhead it will changes couple of elements. Maybe more. I will change those elements only in one document.
|
| multiple users | 03 May 2008 12:46 GMT | 1 |
I just got a new computer with Windows vista, and have 2 user accounts. i cannot get office to show on both accounts. How do I fix it?
|
| Create directory list with layout? | 02 May 2008 23:17 GMT | 2 |
Is it possible to make a list from a directory straight to Office Word, and adding layout? When i do this in DOS: dir c:\ /s/a/o >c:\content.doc It doesn't have a layout.
|
| Adjusting Cell properties by macro? | 02 May 2008 19:43 GMT | 3 |
I'm very familiar with Excel macros and VBA, but new to this with Word. I want to record a macro to adjust cell properties, but when I start recording the macro, I lose the ability to right-click! (Anyone know how to overcome this?)
|
| Loop through a document from beginning to end | 02 May 2008 19:38 GMT | 3 |
How can I get a macro to start at the beginning of a document and repeat until it reaches the end? What I need to do is search for a certain string and insert a page break before each instance of the string. What I need is something like:
|
| Disable this error dialog with a macro? | 02 May 2008 18:28 GMT | 1 |
Paste Special links have been placed throughout a template, that allow people to enter repetitive information only at the first occurrence, and whatever they type automatically updates other Paste Special links interspersed throughout the template, eliminating redundant ...
|
| Programming Word | 02 May 2008 18:20 GMT | 1 |
I use OLE to offer Word as an editor for Rich Text and HTML from within my app. I would like to extend this and write in info at the top of the Word screen above the actual document. That is, I would like to programmatically enter a TO, FROM, SUBJECT above
|
| convert from 2007 to 2003 | 02 May 2008 14:59 GMT | 20 |
Does anyone have a way to quickly take a set of word documents that are in 2007 format and save them as 2003 format? I don't want to have to open each document, then click saveas, then choose 97-2003. And I don't want to set my options to always save to 97-2003. It seems like ...
|
| Jean-Guy ? One click highlighting of table cells | 02 May 2008 13:46 GMT | 4 |
Hi Jean-Guy (or anyone else who can help), Sorry for all these posts but it would be so satisfying to find out if and how this can work. I have a word document with a table of options to choose from. Each Row
|
| 2nd page w/ header macro? | 02 May 2008 08:02 GMT | 13 |
I am wondering if my requests listed below are possible for Word 2003. Any help would be greatly appreciated thank you in advance. I have a single page, password protected form, for multiple users, that when entering text may or may not spill over onto a 2nd page. So I want to ...
|
| Nonbreaking space | 02 May 2008 01:46 GMT | 2 |
I want to find all occurrences of ‘Figure(space)number’ and change it to ‘Figure(Nonbreaking space)Number’ where the number can be 1 to 9. I have the following but it finds all occurrences of the work "Figure " and I'm looking for Figure 1, Figure 2 and so on.
|