Thread: The end of VBA?
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default The end of VBA?

Visual Basic.net and C# are saif to be the two best integrated languages in
Visual Studio.net . Both languages create identical compiled files, and
there is no difference in performance for "similar programming" between the
two. VB6 is already removed from the market, but still widely used by
countless people, VB.net is very much alive and I believe it stays that way.

--
HTH. Best wishes Harald
Followup to newsgroup only please

"Akshay" skrev i melding
...
MSFT is planning on removing VB completely (in the long run, not
immediately), and replace it with the more robust and faster C#. Though
since it will all be in .Net, I presume it won't be difficult to use
C,C++,Python,Perl, etc, etc, etc.