| Thread | Last Post | Replies |
|
| Word document "locked" | 07 Nov 2006 13:29 GMT | 3 |
Is there any way eithin an addin to determine if a document is currently locked for edit?
|
| How to programmatically delete Comments using Word 2000 | 07 Nov 2006 13:11 GMT | 2 |
How to programmatically delete Comments using Word 2000 I have found the following for Word 2002. This example deletes all comments in the active document. This example assumes you have comments in active document.
|
| how to find the user data in compound doc file | 07 Nov 2006 12:34 GMT | 5 |
anybody having the idea about compound doc file which is the format of the word document.. Where can i find the user data in the compound file.. Thanks
|
| Template- Links | 07 Nov 2006 11:10 GMT | 1 |
I am creating a series of Word documents from a template. This template has links to an Excel workbook. After I have updated the links in the newly created document I am unlinking leaving the newly created document without any links.
|
| Excel not closing | 07 Nov 2006 11:00 GMT | 1 |
I'm running the following code from excel Sub RunWordMacro_Automation() Dim WordApp As Word.Application Dim WordDoc As Word.Document
|
| VBA Code to remove/replace section breaks | 07 Nov 2006 10:23 GMT | 2 |
I'm trying to create a macro that will go through a Word document and remove continuous section breaks and change all section break next page to page breaks. I am a little at a loss. Can someone give me some direction?
|
| calculating age using IF statement and no message boxes | 07 Nov 2006 10:20 GMT | 7 |
I have created a form in Word 2000, but I'm having problems coming up with a formula that calculates whether the person is 14 years old or older, and if yes -- display their name, if no -- leave blank. The form fields used in the form are named as the following bookmarks:
|
| Changing macro using macro | 07 Nov 2006 09:06 GMT | 5 |
I have lots of files that contain macros that need to be changed. The changes are: - changing a textbox Lock from False to True - search and replace text in the macro
|
| macro to print & change color | 07 Nov 2006 01:54 GMT | 6 |
Can I create a marco in words where it will change all table colors to white and print the document?
|
| Teacher Schedules | 06 Nov 2006 23:56 GMT | 1 |
I am trying to make a teachers schedule (s). I made the list in excel, and it has multiple teachers with the classes etc - etc. Some teachers teach more than one class. Now in MSFT Word, I want to make a form letter with their name (which I
|
| Simple Form Syntax Help Please | 06 Nov 2006 23:15 GMT | 2 |
I've tried this several ways and can't get it to work. I'm adding a macro to a field and I want another field to change in the document based on what was entered, but I'm having trouble referencing the field properly. I've tried
|
| automatic 'black' to blue color font????? | 06 Nov 2006 22:17 GMT | 1 |
I would like to be able to change the font color from black (automatic,default) to have the printer print automatically 'blue' or any color that I pick.... How do I set the settings so the printer will print in blue and not black. I know how to change the color for
|
| using Word to create a web page today please | 06 Nov 2006 22:16 GMT | 1 |
anyone know how I can do this real quickly and simply Create a web site consisting of at least three (3) separate HTML pages, using a tree structure, where the first page is the root, and the other two pages are two separate branches.
|
| color macro | 06 Nov 2006 22:00 GMT | 3 |
I have a number of colored buttons on a form that, when clicked, fire the following macro: Private Sub Image300_Click() On Error Resume Next
|
| simulate tag clound in word doc with VBA | 06 Nov 2006 21:47 GMT | 4 |
Hey all. Is it possible to simulate a tag cloud in a word doc using only VBA? I dont need the words to be hyperlinks, I would just like to have the font size of each word set to a size based on the frequency the word is used throughout the doc.
|