473,383 Members | 1,725 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Word Automation Compatability

I have a reference to Microsoft Word 10.0 Object Library in a vb.net 1.0
project. The application creates a mail merge.

I am testing with Word 2002, and everything is working correctly.

I want to know which versions of Word I should expect this application to be
compatable with.

Is the Microsoft Word 12.0 Object Library available as a download? If so,
would I need it to make my application compatable with Word 2007?

What would the earliest compatable version of Word be, using either of these
Object Libraries?
Sep 4 '07 #1
4 2851
Can you post the code please.
"Charlie" <cfarrier at charlesfarriersoftware.comwrote in message
news:D9**********************************@microsof t.com...
>I have a reference to Microsoft Word 10.0 Object Library in a vb.net 1.0
project. The application creates a mail merge.

I am testing with Word 2002, and everything is working correctly.

I want to know which versions of Word I should expect this application to
be
compatable with.

Is the Microsoft Word 12.0 Object Library available as a download? If so,
would I need it to make my application compatable with Word 2007?

What would the earliest compatable version of Word be, using either of
these
Object Libraries?


Sep 4 '07 #2

I think it is compatible to all upgraded versions?
"Charlie" <cfarrier at charlesfarriersoftware.comwrote in message
news:D9**********************************@microsof t.com...
>I have a reference to Microsoft Word 10.0 Object Library in a vb.net 1.0
project. The application creates a mail merge.

I am testing with Word 2002, and everything is working correctly.

I want to know which versions of Word I should expect this application to
be
compatable with.

Is the Microsoft Word 12.0 Object Library available as a download? If so,
would I need it to make my application compatable with Word 2007?

What would the earliest compatable version of Word be, using either of
these
Object Libraries?


Sep 4 '07 #3

That was very helpful. Thanks.

Sep 5 '07 #4
Charlie,

This is not my sport, however be aware that Visual Studio 2005 has a part
which is called visual studio for applications, that should do it in my idea
for all versions.

The old way with the objects is forever depended on the word version and has
forever been a trouble area.

However, sorry this is not the part I like therefore what I write is not
based on knowledge, I had the same trouble as you with all those versions,
and I am glad that it is at the moment not my problem. (Probably it will be
soon)

:-)

Cor

"Charlie" <cfarrier at charlesfarriersoftware.comschreef in bericht
news:D9**********************************@microsof t.com...
>I have a reference to Microsoft Word 10.0 Object Library in a vb.net 1.0
project. The application creates a mail merge.

I am testing with Word 2002, and everything is working correctly.

I want to know which versions of Word I should expect this application to
be
compatable with.

Is the Microsoft Word 12.0 Object Library available as a download? If so,
would I need it to make my application compatable with Word 2007?

What would the earliest compatable version of Word be, using either of
these
Object Libraries?

Sep 5 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: mickeydisn | last post by:
Sub: C++ Word automation Extract text hello. I want extact text form a word document using a visual c++ programme. I have see a lot of documentation. and my analysis is that I must use a...
12
by: Cheval | last post by:
Has anyone had any problems with inter-office automation between MS Word and MS Access in Office 2003? I have recently installed office 2003 in a new folder and have left the older office 2000...
6
by: Colleyville Alan | last post by:
I have an application that has an Access table that stores the locations of slides in a Powerpoint file. This used to work fine when there were about 4 files and 200 slides. The database would...
2
by: kids | last post by:
Does anybody know any reason which could cause Ms. word automation to crash? I try to call word automation to open a document and use find and replace function. For some reason it works but I...
4
by: Daniel | last post by:
Hello, i have a problem with the word automation from c#. First, i want to mention, that i don't have any dependencies from word in my c#-project, i want to use the system.reflection model to...
0
by: mharris | last post by:
I need help with merging two Word documents into one through C# code. The problem isn't so much getting the documents put into one as it is maintaining the appropriate formatting, or rather...
4
by: Yohancef Chin | last post by:
Hi, Being fairly new to .NET I am looking for a way to call MS Word from an event on a webform, and after the user is finished save that created document to an SQL Server database. Has anyone...
5
by: Daniel Walzenbach | last post by:
Hi, I need to know how I could populate a word file from within ASP.NET and stream it out to some user (I can rely on all users have at least Word XP installed). The preferable solution would be...
10
by: cj2 | last post by:
I open a word template in VB and add values to the bookmarks then save the document as as pdf. When I then go to close the document it pops up a save as dialog box. It's already saved the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.