Home All Groups Group Topic Archive Search About

Excel Automation with Excel 2003

Author
10 Jan 2006 5:26 PM
Troy
I have VB.Net code that opens Excel files (Password Protected) and imports
data from them.  It works fine for all versions up to 2003 and has for over a
year.  We have users updating to Office 2003 and the Excel automation breaks
on those
machines.  Does coding to the earliest supported version of Excel not apply
once you get to 2003?

Author
11 Jan 2006 11:58 AM
Carlos J. Quintero [VB MVP]
I don´t think so, but could you ellaborate a bit about the specific break?
Some (minimal) code?

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio 2005, Visual Studio .NET,
VB6, VB5 and VBA
You can code, design and document much faster in VB.NET, C#, C++ or VJ#
Free resources for add-in developers:
http://www.mztools.com


Show quoteHide quote
"Troy" <T***@discussions.microsoft.com> escribió en el mensaje
news:DFF5A93D-334D-436F-8773-4DD5FF661EEE@microsoft.com...
>I have VB.Net code that opens Excel files (Password Protected) and imports
> data from them.  It works fine for all versions up to 2003 and has for
> over a
> year.  We have users updating to Office 2003 and the Excel automation
> breaks
> on those
> machines.  Does coding to the earliest supported version of Excel not
> apply
> once you get to 2003?
>
>
>