| Thread | Last Post | Replies |
|
| VBScript: Printing question... | 06 Jan 2005 22:11 GMT | 2 |
I have some VBScript (in an Outlook Form), that calls "CreateObject("Word.Application"). The script processes some data then at the end of the procedure prints out the result. This works fine on my local machine, however, if another user attempts the same process it does not ...
|
| Escaping from a text box | 06 Jan 2005 21:40 GMT | 2 |
I want to select all of a document, but if the cursor is in a text box, only the text therein will be selected. How can I get the cursor back into the main body of the document so I can select all the text, including all anchored things like text boxes and
|
| Macros | 06 Jan 2005 19:08 GMT | 3 |
I am trying to make two simple macros which do not seem to work. If you can help I would really appreciate it. (1) I am trying to make a macro to go into Edit, Paste Special, Unformatted Text. Every time I try to do it, the macro runs with the text
|
| How to serach breaks of sections, columns or text wrappings? | 06 Jan 2005 17:26 GMT | 1 |
Is there a way to find these breaks in a document in Word XP? Do these breaks have vb constants for which one could search with VBA? TIA, ANDy
|
| embedding visio objects in word 2000 error | 06 Jan 2005 17:16 GMT | 1 |
At the present I am having problems trying to open picture logo objects in a word 2000 document. Instead of the logo picture I get {embed word.picture.8}. I have reinstalled the office 2000/word/service packs etc. I will be grateful for any help,
|
| Word (.doc) -> Text (.txt) conversion | 06 Jan 2005 16:59 GMT | 3 |
I'm running a large site which received many .doc files daily which need to be converted into plain text, the purpose of which is to supply data for the site's search engine which then points users to the appropriate .doc files. The raw text is also needed to populate HTML
|
| Checkbox form | 06 Jan 2005 15:50 GMT | 2 |
When I add a checkbox to my template, the document creates an X in the box instead of a checkmark. Does anyone know how to change that? I can't find the answer anywhere. Why would a check box button create an x? thanks
|
| How to write a macro to extract content from word to excel .copy . | 06 Jan 2005 14:59 GMT | 1 |
I am trying to write a macro in excel which will extract the tabular data in word .. so that I can consolidate the info from multiple word files into excel report.... but here I am able to open word document and select the word content from table 1 and put the data into excel .. ...
|
| How do I put a border around just 1 column? | 06 Jan 2005 14:50 GMT | 1 |
I am using Word 2003 to make a booklet using a 2 column document. I wanted to use word art and a border around just one column but I can only get it around the entire page. Can you help?
|
| Find the value of an charecter adjacent to the selection? | 06 Jan 2005 14:12 GMT | 2 |
I would like to step through a document until a full stop is found and then insert a character IF the next character is a space. So I look for a "." with Selection.Find, but how could I proceed then? Does Word XP VBA have a built-in function to evaluate the character next
|
| repeat Find & Replace until no more ocurrences are found | 06 Jan 2005 13:14 GMT | 2 |
I want to replace all instances of multiple consecutive spaces in a document. When I record a Find & Replace command, 2 spaces are replaced with 1. And 3 spaces become 2; 4 become 3, etcetera, so multiple spaces still exist.
|
| Word Hang Bookmarks | 06 Jan 2005 10:25 GMT | 2 |
I have a problem with the followed macro under Word. I have a document with 35 pages and I bookmarked each lines of this document which means that I have nearly 600 bookmarks named started by SIMILIS_ and then a number beetween 1 and 600. The aim of this macro is to highlight ...
|
| Change language of textboxes | 06 Jan 2005 09:36 GMT | 3 |
I have a large document that is in English, it has within it drawings and textboxes that were inserted by users whose language was set to French - How can I change the language of all textboxes in a document?
|
| Searching for comments | 06 Jan 2005 09:34 GMT | 7 |
In Word97, searching for comments used ^a. This does not seem to work for latest versions of Word. Any ideas? Thanks
|
| How do I display different parts of a Word document based on form. | 06 Jan 2005 05:53 GMT | 2 |
I am creating a Word Template which needs to display different sections of the document based on the selection in a form field at the beginning of the document. I need to minimize macro's - although I know this will require one. I don't want to put the entire text of the ...
|