Scripting in Excel 2007

T

Tinsel

I was just wondering if anyone with the newest version of Excel could answer
the following question for me:

Can you still script using VB6? Or does it require you to use the updated
Visual Studio.net version of VB?
 
B

Bob Phillips

No you can still use VBA. A few things are added, there is a CountLarge
property for example, more object model elements are exposed, the ribbon is
very different from the old commmandbars, but basically VBA has not changed.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top