Resources for learning VBA if you are already familiar with java and ruby

I would like to study VB because I am interested in several industries that tend to use it exclusively. However, I find that most resources slow down the teaching of language and tools greatly, because they are aimed at those who have not programmed them before. Is there a good guide for programmers with experience working in other languages ​​like java and ruby?

Thanks Steven

+3
source share
4 answers

- excel VBA, (, ). , -, , . , VBA. . , "Option Explicit" , , , .

, VBA, , , - , OO, .. (, , VBA ).

, , VB.Net, , VB.Net VBA - . , VB VBA , 90%.

+3

Excel VBA, , . 5-8 VBA, .. Google . , , VB6.

MSDN Visual Basic 6.0

MrTelly , . Excel VBA, F1, , , , ..

+2

This may be helpful.

A few years ago, the DDJ columnist, calling himself Verity Stob, wrote a good summary of common mistakes awaiting an experienced programmer starting out with VB / VBA:

http://www.ddj.com/windows/184403996;jsessionid=HZEBCTTLEH5XGQSNDLPCKH0CJUNN2JVN?_requestid=378977

+1
source

Excel is a great place to learn VBA.

A good resource is the VB / VBA book in a nutshell

0
source

Source: https://habr.com/ru/post/1702560/


All Articles