code language .net vs vba

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ryno Bower
    New Member
    • Nov 2010
    • 76

    code language .net vs vba

    Hi,

    I just want to know. If I download visual studio. Will I be able to use .net programming language with is to write an application.

    Also, is the coding for .NET the same as ms access vba??
    Very important to know.

    Thanks
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Yes to first question, No to second.

    -Stewart

    Comment

    • Ryno Bower
      New Member
      • Nov 2010
      • 76

      #3
      Ok which code language is the closest to vba??

      Comment

      • Smygis
        New Member
        • Jun 2007
        • 126

        #4
        You might want to try Boo Or Visual Basic.NET

        Comment

        • Rabbit
          Recognized Expert MVP
          • Jan 2007
          • 12517

          #5
          Visual Basic Script is probably the closest to VBA.

          Comment

          • Ryno Bower
            New Member
            • Nov 2010
            • 76

            #6
            Is visual basic.net a stand-alone program or do I download it to work with the visual studio?

            Comment

            • Stewart Ross
              Recognized Expert Moderator Specialist
              • Feb 2008
              • 2545

              #7
              If you install VB for Visual Studio there are no other steps required, as it is VB .NET that Visual Studio uses. There are backwards-compatible elements in it to allow the use of VB4, 5 and 6 statements, but in many cases there are significant differences in the methods and statements between the .NET objects (controls etc) supplied as part of the overall design package and their VB4-6 predecessors.

              -Stewart

              Comment

              Working...