View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sing Sing is offline
external usenet poster
 
Posts: 18
Default How much slower is Excel VBA compared to Visual Basic .net?

Dear Excel Gurus,

After adding several features, my worksheet running Excel VBA has become
very slow. I am thinking of migrating the VBA application to Visual Basic
..Net

I have 2 questions;
1. For an estimate, how much faster is Visual Basic .net as compared to
Excel VBA?
2. How different is the code syntax of Visual Basic .net as compared to
Excel VBA?

Thank you.