| Thread | Last Post | Replies |
|
| Word 2003 vs XP read only option | 28 Mar 2005 21:37 GMT | 2 |
I have the following code that works fine in Word 2003 but gives an error if a user in using Office XP. How can I make it protect for read only in XP as well? ActiveDocument.Protect Password:="test", noreset:=True,
|
| Find .execute still not clicking | 28 Mar 2005 20:30 GMT | 4 |
Everytime I think that I am beginning to grasp the Find.Execute process something comes up to cloud my understanding. Take this small test as an example. Document text:
|
| Prevent changes to a document | 28 Mar 2005 19:38 GMT | 6 |
I have a need to prevent changes to a word document through automation. Using Document.Protect will not work for me unless there is a way to suppress the dialog/pane that pops open when the user attempts to edit the document. Basically, I want the functionality of the MS Word ...
|
| Plz Anyone Convert this VB code to C# Equivalent | 28 Mar 2005 17:30 GMT | 1 |
Plz Anyone Convert this VB code to C# Equivalent Here Application is MS Word. With Application .Visible = True
|
| How can I insert data from a word document in a Access database? | 28 Mar 2005 17:21 GMT | 2 |
I need some help to know what I have to do to insert somo information from a Word Document in a table from an Access database. Do I have to create a Macro? If yes, How can I type the code?
|
| Copying user forms | 28 Mar 2005 16:49 GMT | 4 |
Is there a way to copy and paste an existing user file or duplicate it in some other way that would allow you to take the new form and use the toolbox to edit it to perform a different, but similar, function? Thanks;
|
| xml toolbox | 28 Mar 2005 16:46 GMT | 1 |
I have word 2003 and i am creating a schema. Do I need to install an add-in in order to get the xml toolbox? Thanks,
|
| Checklist | 28 Mar 2005 16:46 GMT | 1 |
I have created a checklist/questionare in MS Word. The checklist allows the user to check "Yes", "No", or "N/A" for each question on a row. I have two questions: 1. How do I make the form so only ONE of the options on each row is selected
|
| assemblies required to do Word programming in C# | 28 Mar 2005 16:46 GMT | 1 |
Hi, I am thinking about using C# to write a program to handle Word documents in my job. Since I am using .NET SDK1.1, how can I make the Word object model available to my C# program? Thanks.
|
| Window on Top | 28 Mar 2005 16:46 GMT | 1 |
I'm running a Word macro from another application. The macro executes a print preview. The macro works but the preview screen is behind the application that starts the macro. How can I get the preview to be displayed on top of the other application window?
|
| Bug? Incorrect Revision object returned from range. | 28 Mar 2005 16:46 GMT | 1 |
Hi! I think I have stumbled accross a bug. I've been able to reproduce this pretty constistantly. 1) Type the sentence "here are some words" 2) Turn on Track Changes
|
| clip art macro | 28 Mar 2005 16:45 GMT | 1 |
I followed the directions to create a macro to insert clip art but it won't work. I used Tools -macro -record newmacro and named it alt-c (which was unassigned). Then I closed word 2003 and restarted it, hit alt-c and nothing happened. Can you help?
|
| controlling display of page numbers | 28 Mar 2005 16:45 GMT | 1 |
I'm trying (desperately) to get the following to work: =if MOD(PAGE,2) > 0 page "" and I'm running into all sorts of problems... E.g. PAGE is not recognized unless I add it as a bookmark (but it doesn't
|
| goto specific line and colom in Word via VBA | 28 Mar 2005 16:45 GMT | 1 |
Does somebody know how I can go to a specific line and colom in Word via VBA?
|
| Word XP | 28 Mar 2005 16:45 GMT | 1 |
When i want record a vba macro, my mouse cursor does not run end i have a small record tape (Word XP) How can i do ? Thanks
|