| Thread | Last Post | Replies |
|
| Word to HMTL | 09 Dec 2004 17:23 GMT | 1 |
please can someone help, does anyone know how to autosave a word doucument into hmtl format? Thanks in advance Shin
|
| stylename CHAR CHAR CHAR CHAR | 09 Dec 2004 16:51 GMT | 2 |
I have several documents with unwanted styles apparantly created by Word. These all have the original style name with the word "CHAR" appended a varying number of times. Can someone tell me how to use VBA to detect the application of these unwanted styles, re-assign the correct ...
|
| Returning the path to a misplaced Word Template's location | 09 Dec 2004 16:37 GMT | 7 |
The big issue is users installing templates we distribute into the wrong templates folder (if there are multiple template folders containing a Normal template). The solution I want to develop is a macro, built into a Word file that I can
|
| macro to select all the text of a particular Style | 09 Dec 2004 15:27 GMT | 4 |
I am trying to write a macro in WORD to select all text of a particular style,, copy it and paste it into a new document. I can do it manually, but the record macro will not recognize either the "select all" using the Style pane or using the "highlight all'" in the find dialog ...
|
| Customize "Columns" button on toolbar | 09 Dec 2004 14:18 GMT | 1 |
Is there a way to customize the "Columns" button on the formatting toolbar so that the section break defaults to "Continuous" even if the current section break says "Odd Page"?
|
| sending an active document | 09 Dec 2004 14:18 GMT | 1 |
I am using the code below to send the active document in Word as an attachment in an Outlook mail item. The issue is the document path. If the active documents path is saved on the users hard drive eg. C:\Testfile.txt,
|
| vba function for form | 09 Dec 2004 12:39 GMT | 1 |
My question is as follows Could somebody provide me with some vba code which supplies me with a button on a word form that when clicked will automatically send the form to a specified email adres
|
| scope resolution operator | 09 Dec 2004 11:17 GMT | 1 |
please tell me how cn we use the scopr resolution operator in WORDBASIC. Thanks, Alok
|
| macro to search for and delete word art and objects | 09 Dec 2004 11:17 GMT | 1 |
I am trying to write a macro that will search for word art (in the headers) and also search for objects (linked power point slides) in the main text and delete both of these. I'm not sure where to start,
|
| Centering Table in Frame | 09 Dec 2004 11:11 GMT | 5 |
I have a macro that inserts a selected table and its caption in a frame and places it either at the top or bottom of the page. The table, created through a predefined table style, is centered. However when the
|
| Range Object positioning trouble | 09 Dec 2004 11:11 GMT | 1 |
I've got some troubles, working with Range: Here is a code context: .. Call Word.ActiveDocument.Bookmarks.Add("A" & CStr(iter),
|
| Margins of section xx error message | 09 Dec 2004 11:11 GMT | 1 |
I am using Word automation to print documents to a PDF driver and on some documents I am having a problem with the "Margins of section x lie outside the printable region". The problem I have is that I only get this on some machines (the ones I need
|
| Look for text in a cell and then if found put other text in next c | 09 Dec 2004 10:42 GMT | 1 |
Hey all, does anyone know of a way to look for "some text" in a cell in a table, then move to the cell to the right of that cell and put "some other text"? I have the following - but it sometimes puts the "some other text" twice:
|
| Adding two bookmarks to a cell in a table | 09 Dec 2004 10:07 GMT | 1 |
I want to add two bookmarks to a cell in a table so that I can then add a Committee Name to one and a Date to another because I want to retrieve them later as separate items. With mytable
|
| Copying certain text from .doc file with variable length | 09 Dec 2004 07:09 GMT | 1 |
Right now I can copy text to a temp .txt file, then insert it into the new template. Basically everything between the words "Procedure:" and "Comments \ Suggestions" needs to be copied. The way I have it setup now works okay, but all the hard returns and tabs get screwy Lewie.
|