Convert VBA to VB

  • Thread starter Thread starter Mark Heyhoe
  • Start date Start date
M

Mark Heyhoe

Hi,
We have a large VBA Excel app (for 97 +) which I want to
convert into a standalone app in VB. Am I better off
using VB6 or VB .net. I'm worried that I will have to
use .net eventually and don't want to have to repeat the
process. I take it with .net all my clients will have to
upgrade to the .net framework? Any advice.
Thanks,
Mark
 
Mark Heyhoe said:
Hi,
We have a large VBA Excel app (for 97 +) which I want to
convert into a standalone app in VB. Am I better off
using VB6 or VB .net. I'm worried that I will have to
use .net eventually and don't want to have to repeat the
process. I take it with .net all my clients will have to
upgrade to the .net framework? Any advice.
Thanks,
Mark

I wouldnt recommend using VB6 for any new application
development, in fact you shoudl seriously consider
using C# , its much more user firendly than C++ and you
can mix and match the 2 languages to a great degree

Keith
 
Back
Top