View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default General questions about VB6/2005 and Excel 2007 compatibility

If you rely on the code as business critical code, get a consultant in. I am
serious, if it is important, you should take the migration seriously and buy
in expertise.

--
__________________________________
HTH

Bob

"RMR_Man" wrote in message
...
Hello,

I'm not sure where or how to ask these questions, so bear with me because
I
am new to these forums.

I'm a programmer and relatively new to .NET. My company will soon be
upgrading from Office 2003 to 2007 (in about 6 months, give or take). To
complicate matters, we are also transitioning many of our VB6 applications
to
VB 2005.

Our VB6 and VB.NET programs interoperate fine with Office 2003. The
programs
export data to Excel (both .xls and .csv formats). With respect to
Access,
they simply read from and write to tables. Again, there seems to be no
compatibility issues with Excel/Access 2003, with either VB6 or VB 2005.

So, the big question is this:

Will the VB6 / VB2005 programs operate as expected (that is, with Excel
and
Access 2003) with the same Office 2007 apps? I realize this is an
extremely
general question, so I guess what I need to know is where I can get
information on compatibility issues. What web sites, articles, etc.,
would
be helpful?

I'm trying to compile a list of known issues so that we can develop a plan
to try to deal with Office 2007 contingencies.

Thanks in advance,

Russ