Click to See Complete Forum and Search --> : How to automate Excel 2007 with C# 2003....


student491
December 15th, 2007, 01:49 PM
Hello all,

i've a project which is implemeted in C# 2003 & Excel 2003 is automated..
Now,
i want to automate that project in Excel 2007..
So plz help me out.. (How to automate Excel 2007 with C# 2003....)
how to do it..

THX

Rudegar
December 16th, 2007, 10:31 AM
the same way as i asume you did with excel 2003 being with Interop

just use the dll's from the excel 2007 pia's

jasonli
December 18th, 2007, 04:58 PM
Try to use late binding to automate Excel, then you don't have to worry about the version thing.