0
Excel Vba
i need to devlope my information in excel vba whitch languge must i learn
3 Answers
+ 5
A self-learning technique that I have found useful to learn VBA in Excel is to record a macro, perform a simple task, stop the macro recording, and then view the macro code that Excel automatically generated.
+ 3
Here's some worth reading resources:
https://www.google.com/url?q=https://en.wikipedia.org/wiki/Visual_Basic_for_Applications
https://msdn.microsoft.com/en-us/vba/vba-language-reference
https://www.tutorialspoint.com/vba/
http://www.i-programmer.info/news/89-net/9040-office-2016-for-developers.html
Hth, cmiiw