Best strategy for linking and managing similar documents
Sat, 20 Oct 2007 10:44:47 -0700
Hi
We have multiple versions of very similar word documents that we use
for marketing material and email to potential clients.
The problem is that with all these different versions, when we have to
update the documentation, we end up having to update several of these
documents.
Now many of these docs hav ...
|
Accessing Word 2007 bibliography sources through Word Interop
Fri, 5 Oct 2007 10:56:08 -0700
Hi,
I'm trying to update bibliography sources in the Word 2007 active document
through a reference to Microsoft.Office.Interop.Word in C# code. I can
read/write values of first level tags in each source; for example:
object obj =
System.Runtime.InteropServices.Marshal.GetActiveObject("Word.Applicati ...
|
word 2007 keeps .doc file locked after save
Fri, 28 Sep 2007 11:25:38 +0100
Hi,
I have a C# application that uses .Net interop to open a .doc file in word
2007, so a "save as" to XML, then close it.
on some documents, word keeps the file handle to the original .doc file open
(i.e. a file lock which I can see in process explorer), even though
Documents.Count returns 0. the file r ...
|
Help : DSOFramer , ASP.NET (c#) Programming
Thu, 27 Sep 2007 18:20:08 +0530
Hi,
I want to dispaly /load a word document from DB. To display word document i
want to use DSOFramer.ocx control.. want edit and save the Word document
into DB again.
please throw some light on thsi topic.
I tried with DSOFramerobj.open(...) method, but its throwing some error.
Please help what paramet ...
|
unable to change source file of linked cell
Mon, 24 Sep 2007 06:54:02 -0700
Hi,
I have query in MS-Word:
In MS word document, i have some embedded objects linked to excel
workbook.
Can anybody suggest me of how to change the source file name at once for
all objects in the document. Right now i am selecting the source file name
at every place where the embedded object is place ...
|
Pasting single Excel cell to Word
Tue, 11 Sep 2007 01:24:14 +0800
Hi all,
I want to paste-link a cell in Excel 2003 into Word 2003 as an in-line text.
The steps:
1. Copy the cell in Excel.
2. Switch to Word, then click Paste.
3. Select "Match Destination Formatting and Link to Excel" in the Paste
Option smart tag.
It works, but a paragraph mark would be inserted befo ...
|
Having Issues with Printing
Sun, 9 Sep 2007 10:48:01 -0700
I am trying to print using the "range feature" in Microsoft Word 2007. Using
v12.0 of the .net office interops I have created an app that simply opens the
document prints a set of pages to a tray.
The document has 20 pages and I am tring to print the range listed below.
When it prints, it is printing 200 pa ...
|
|
|
word automation small issue
Sat, 8 Sep 2007 16:16:04 -0400
Hi,
I have succesfuly opened word document from C++,
wrote text into, saved it and quit. All that without showing ms word at all.
But when I add CheckSpelling and I got spelling dialog with errors, once
I corrent them when closing application word document shows up for a brief
momement. How to prevent thi ...
|
Problem saving a word document using DSOFramer ActiveX control
Mon, 3 Sep 2007 05:24:22 -0700
Hi,
I am developing a windows application which needs word and visio application
to be embedded on to a form. I am using DSOFramer Active-X control.
My application reads data from the database (a BLOB Field - that contains
the word or visio document as byte array) and creates a temporary file in the
lo ...
|
Documentation for Microsoft.Office.Interop.Word Namespace
Sat, 1 Sep 2007 04:06:00 -0700
I am learning to automate Word 2003 by creating Visual C# applications using
Visual Studio .NET 2003. The objects in Microsoft.Office.Interop.Word
namespace are similar to but not the same as the objects in Word 2003 VBA
documentation. Is it possible to download detailed reference documentation
for the objec ...
|