| Thread | Last Post | Replies |
|
| Text boxes in a Template | 03 Jul 2006 23:45 GMT | 3 |
How can I determine or better yet, modify the names of the text boxes in my template. I use the following code to place text values in a template using text boxes. .ActiveDocument.Shapes("Text Box 3").Select
|
| Closing down Outlook using word VBA | 03 Jul 2006 21:53 GMT | 1 |
Is it possible to use VB code in a word macro to check if Outlook is running and if so to close outlook down? Thanks?
|
| Mail Merge: Save every page with the value of cells in excel... | 03 Jul 2006 21:52 GMT | 1 |
I have a word document that takes values from an excel file. In my excel file, there are 5 columns and the third column represents the supplier code. It takes values from the excel sheet and when i run mail merger, it gives me
|
| Can a password be applied to a folder? | 03 Jul 2006 20:30 GMT | 1 |
Is there a method for password protecting a folder rather than having to protect each file in that folder.
|
| Locked Document. | 03 Jul 2006 16:21 GMT | 1 |
I have activated my document, and the document still reads locked.
|
| Durability of objects | 03 Jul 2006 16:17 GMT | 5 |
I've managed to confuse myself. I open a document and set objTable to the first table in the document. Now I close the document, but I'm still able to access objTable and its contents. How can this be?
|
| AutoText Entries Word 2000 | 03 Jul 2006 16:14 GMT | 3 |
How, in VBA, can I define an complete AutoText entry in VBA? Name and text in VBA? Thanks
|
| "Sources" for Userform ListBox or ComboBox choices | 03 Jul 2006 14:55 GMT | 5 |
Working in Office 2003 on XP workstations, I'd like to be able to offer users of a new template a dropdown choice of "authors" for letters via a userform. The goal would be to allow them to choose a name and the list would populate the letter with full name and title.
|
| How do I export fields result from a word document to excell? | 03 Jul 2006 13:55 GMT | 1 |
I had design a Form in MS-Word 2003, now I need just to pick the results of the fields from the word document to excell sheet, so what shall I do? please help.
|
| Does Style Exist in Document? | 03 Jul 2006 13:20 GMT | 5 |
Hello, I'm trying to write a macro that finds out if a particular style (MyBodyText) exists in the active document. Can you help? Thank you
|
| Move cursor to the last position | 03 Jul 2006 12:16 GMT | 3 |
Hi to everyone, I need to move the cursor to the last position of a word document. By now, I have found a way to do it and it seems to work Dim r As Range
|
| Word? Which one? | 03 Jul 2006 04:35 GMT | 8 |
I am a user of WordPerfect 11. O, and WindowsXP. I need to submit an article manuscript to a journal in Word format. I used a function of WP to save a copy as a doc. file. But not owning Word, I can't check the saved file to see if I lost any formatting or anything else in ...
|
| on error, go to next section of code | 03 Jul 2006 03:48 GMT | 3 |
I'm very new to this and was trying to create some error traps. Basically, if the text does not exists, then jump to next portion of code. In this example, if "10 Clothing" does not exists, then jump to "20 Clothing" Any help is appreciated
|
| How can I un-block Visual Basic Editor in MS Office 2003? | 02 Jul 2006 23:57 GMT | 1 |
I have a PC which was recently upgraded from office XP to office 2003. Now I am unable to use ACT or Quickbooks in conjunction with word 2003. It appears this is related to VBA scripts being blocked. However, I cannot find any reason why they would be blocked. Also this ...
|
| Template inheritance in Microsoft Word | 02 Jul 2006 23:11 GMT | 3 |
Is it possible for a Word template to inherit/refernce another template? I'm about to create several templates with different content, but the same code och forms and would like to store all code and forms in one template and let other localized templates inherit from a base
|