Automation to Word

R

raesunshin

I just opened my spiffy new VB.NET 2003 and tried to run
my programs that worked fine in earlier VB.Net versions.
They use the statement IMPORTS WORD at the top of the
program or IMPORTS EXCEL, then proceed to address those
programs.

They didn't work.

So, I tooled around the documentation and I think I
discovered that I HAVE To use Office 2003 to do
automation now. That doesn't work, because most of my
user community doesn't have 2003. So, what am I
missing?

Linda Rae Williams
 
S

scorpion53061

my programs that worked fine in earlier VB.Net versions.
They use the statement IMPORTS WORD at the top of the
program or IMPORTS EXCEL, then proceed to address those
programs.

I am assuming you added the references to your Excel or Word (right click on
references and COM) .

For an example how to automate Excel you can use

http://www.kjmsolutions.com/datasetarray.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top