Locked Excel VBA code to Visual Studio Express

  • Monday, July 31, 2006 12:43 PM
     
     

    I am working with a programme in Excel, with a lot of code. Is it possible to in any way use this code?

    Thanks in advance

All Replies

  • Monday, July 31, 2006 2:37 PM
     
     Answered

    The structure and logic can be used in .Net, however the syntax and keywords used in VBA are not the same as VB .NET.  You also have the capability of using VSTO, which will enable you to use Excel's classes and objects through VB:

    http://msdn.microsoft.com/office/tool/vsto/default.aspx