Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Office 2010 - VBA7 - How Much Diff vs VBA6? 2

Status
Not open for further replies.

kjv1611

New member
Jul 9, 2003
10,758
US
Can anyone point to a good reference on comparing/contrasting VBA7 to VBA6? Any good info out there? I've done a little bit of looking on the web, nothing in depth, but figured some folks here may very well have dealt with some things already.

I do not suppose I'll be using 2010 at work any time soon, as we have some folks still straggling on getting updated to 2007 as it is. However, I'd like to check into what differences to look forward to, and maybe one day take the time to do some testing on my own at home.

Thanks for any info, references, etc.
 
Essentially, it is the introduction of support for 64-bit platforms. So you get a bunch of (relevant) new data types, and a new winAPI text file that uses them. Oh, and a couple of new conditional compiler constants.
 
Thanks for the info, both of you.

strongm,

When you say, "new conditional compiler constants."

Are you talking about the 64-bit and VBA7 or VBA6? I did see a mention of those, saying the 64-bit one would specify whether it was built on 32 or 64-bit platform, and the VBA one would specify whether was built in VBA6 or VBA7.

Or do you mean something else?

Thanks again for the tidbits.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top