VBA or VB.net

G

grantkern44

Is there anything that one could do using VBA that couldn't be done
more thoroughly with VB.net (more options)? For programming Outlook
functionality, does VBA do a better job than VB.net?

Is a good reason to use VBA because it's simpler to use than VB.net?
 
S

Sue Mosher [MVP-Outlook]

VBA is for a power user to develop code for their personal use.

VB.NET is for developing applications, such as COM add-ins that can
integrate tightly with Outlook, that you can distribute to other people.
 
N

nycboy

Is there any issues involving which Outlook
version VB.NET/C# can support?

Thanks.

DGU

---- Original Message ----
From: Sue Mosher [MVP-Outlook]
Date Posted: 2/14/2005 1:04:00 PM

VBA is for a power user to develop code for their personal use.

VB.NET is for developing applications, such as COM add-ins that can
integrate tightly with Outlook, that you can distribute to other people.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Is there anything that one could do using VBA that couldn't be done
more thoroughly with VB.net (more options)? For programming Outlook
functionality, does VBA do a better job than VB.net?

Is a good reason to use VBA because it's simpler to use than VB.net?



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
S

Sue Mosher [MVP-Outlook]

For Outlook 2000, you have to create and distribute your own PIA. For
Outlook 2002, you can use the MS PIA but will need to distribute it. For
Outlook 2003, the PIA should install on first use.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



nycboy said:
Is there any issues involving which Outlook
version VB.NET/C# can support?

Thanks.

DGU

---- Original Message ----
From: Sue Mosher [MVP-Outlook]
Date Posted: 2/14/2005 1:04:00 PM

VBA is for a power user to develop code for their personal use.

VB.NET is for developing applications, such as COM add-ins that can
integrate tightly with Outlook, that you can distribute to other people.
 
Top