I'm pretty certain that VS2005 still uses the older VBA technology for macros.
So, it really isn't VB .NET but VBA.
Best Regards,
Dustin Campbell
Developer Express Inc.
> I'm pretty certain that VS2005 still uses the older VBA technology for macros.
> So, it really isn't VB .NET but VBA.
I don't agree that it isn't VB .NET. You can use complete VB .NET
syntax, use all .NET framework classes, create forms. There's almost no
limitation. It only doesn't create compiled assembly.
VS 2005 macros are written in pure VB .NET language.

Signature
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB
.NET and ASP .NET code
Hi Dustin,
The language for macros definitely is not VBA, it's VB.NET.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> I'm pretty certain that VS2005 still uses the older VBA technology for
> macros. So, it really isn't VB .NET but VBA.
>
> Best Regards,
> Dustin Campbell
> Developer Express Inc.
Dustin Campbell - 13 Oct 2006 15:42 GMT
>> I'm pretty certain that VS2005 still uses the older VBA technology
>> for macros. So, it really isn't VB .NET but VBA.
Thanks for the correction guys -- much appreciated. I actually assumed that
they were still using VBA since C# wasn't a supported macro language. I wonder
why that's the case.
Best Regards,
Dustin Campbell
Developer Express Inc