| Thread | Last Post | Replies |
|
| Paragraph Alignment property type | 31 Aug 2005 11:50 GMT | 4 |
I'm using a Sub to set the paragraphs alignment to (eg) Justified. I get a "Automation type not supported in Visual Basic" error on the first line (beginning with"Sub") of the following code. I'm using Word 97. How do I fix this?
|
| Saving files with differnt names automatically | 31 Aug 2005 11:21 GMT | 2 |
I have a macro which splits a mailmerged document into its constituant letters. I want this macro to name each file according to a specific name so I have created a variable Yipname. I cant understand why i get a subscript out of range error with the following code. I'm pretty ...
|
| What the hells going on here???? | 31 Aug 2005 08:38 GMT | 4 |
Why won't this work....no problem but everytime i try to click associated button, Word comes up with an error and closes down!!! Private Sub CommandButton1_Click() ActiveDocument.HasRoutingSlip = True
|
| How to get String Length in Points? | 31 Aug 2005 07:56 GMT | 1 |
I want to set the "columnwidth" of my multi-column "Listbox", and I know I have to set "columnwidth" to a string like "50;60;70" in which all numbers are in "point", But I'm wondering how to calculate the length of a string in points? ANy reply will be greatly appreciated. Thanks ...
|
| VBA Programming in Word 2003 | 31 Aug 2005 07:47 GMT | 1 |
In error, I used a number as the first character in the (Name) property, VBA, and recieved the following error: "Not a legal object name:" This error has an OK button, and a HELP button, however, the cursor is a
|
| In Word Doc, where is schema stored? | 31 Aug 2005 06:50 GMT | 2 |
If word doc (based on a schema) developed on one system, is opened on other system, it shows whole schema too, while we dont need to copy that schema there. I want to ask how schema is stored in word doc? hows that transferred from one system to another? Does anyone know the ...
|
| All of my WORD 2003 docs have "transformed" to WORDPAD in txt. | 31 Aug 2005 02:11 GMT | 1 |
Hello - I have been a user of Professional Word 2003 for 2 yrs. For some unknown reason all of my documents saved on my hard drive, formatted as a Word doc and saved in Word have now swithed and are now saved as a text "Wordpad" document . I am not sure what caused this or ...
|
| ucase function | 31 Aug 2005 01:04 GMT | 4 |
I know there is a Ucase function and an Lcase function. Is there a function that just capitalises the first letter of a word and make the remaining letter of the word all lowercase. That is will make powerpoint -> Powerpoint
|
| Deleting shapes in headers | 31 Aug 2005 00:08 GMT | 3 |
I have a template with a shape in the header. At times I need to delete that shape if it is going to be used with pre-printed letterheads. At present, I use:
|
| How do I setup macros to find and highlight words? | 31 Aug 2005 00:05 GMT | 3 |
I am creating a macro in word 2002 to find certain words in all document and highlight them. Word was able to do it, however, when I try to record the macro, it does not work.
|
| Field Codes | 30 Aug 2005 23:19 GMT | 7 |
I am using Word 2002 I have a field code (field on the insert drop down) that on click needs to select the field (1 or more words) and then if the user starts typing the text needs to change color and format.
|
| Passing Values from one .dot file to another .dot file | 30 Aug 2005 23:12 GMT | 2 |
Iam New member for this group!!!! My project is to pass values from .dot file to another .dot file (lets say two .dot files test1.dot and test2.dot) test1.dot: When user runs the macro go(), the wizard / form will be
|
| Passing Values from one .dot file to another .dot file | 30 Aug 2005 23:01 GMT | 8 |
Iam New member for this group!!!! My project is to pass values from .dot file to another .dot file (lets say two .dot files test1.dot and test2.dot) test1.dot: When user runs the macro go(), the wizard / form will be
|
| Delete everything in a bookmark range | 30 Aug 2005 22:50 GMT | 1 |
I program Word from .NET There is a bookmark defined in a template that covers some text, a page break and a table. They are all in the bookmark range. Depending on a condition, everything covered by the bookmark should be
|
| Application Ontime | 30 Aug 2005 22:12 GMT | 4 |
Ok i have read every post in in the newsgroups and i am still lost. I have this code in my global template in word. It does not function at all. I do not see it run anything at all. If i set it 5 minutes ahead and site and wait it does nothing. If i change it to code
|