Thread: Code VBA 4.0
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Code VBA 4.0

Hi Maksym

VBA comes free attatched to Microsoft Office, made to automate those (the A
is For Applications, usually meaning For Exactly These Applications). If you
need a standalone programming language to create standalone programs then
see
http://msdn.microsoft.com/vstudio/express/vb/
or
http://msdn.microsoft.com/vstudio/express/visualcsharp/
(C# is more like Java, VB is more like VBA)
The express versions are free and very good as far as I know.

HTH. Best wishes Harald

"MaxS" skrev i melding
oups.com...
Hi guys,

do you know of any development tools like Code VBA 4.0 which are free?
I spent some time writing VBA code and it looks to me that such tool
can really speed up and/or introduce some disciplin in the development
process.

Thanks in advance!
Maksym