Managed code definition -
http://en.wikipedia.org/wiki/Managed_code.
Basically it is .NET programming languages (like C# and VB.NET).
Managed code is programming environment is usually done with Visual
Studio .NET (VS.NET). VS.NET supports developing Office Addins with
VSTO (Visual Studio Tools for Office) and the languages you use in VSTO
or languages that produce managed code (code that runs in the .NET
virtual machine - Common Language Runtime (CLR)).
Is that enough acrnonyms for you :>. Hope that helps (probably
overkill, but thought it would help to let you know where I am coming
from). What I am trying to determine is if I were to use C# (a managed
code programming language that is compiled) would I have any
limitations and would I need to have to use VBA (a scripting language).