excel macros | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

excel macros

how can i learn excel macro coding ?

22nd Apr 2019, 8:04 AM
Kadircan Kaya
Kadircan Kaya - avatar
3 Answers
+ 2
so you can search for Visual Basic tutorial (VBA), this is what most people are using. I also like to do it with python, infos: http://www.python-excel.org/
22nd Apr 2019, 8:34 AM
Mario S
+ 1
Kadircan Kaya A self-learning technique that I have found useful to learn macro coding 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. A tutorial would likely inform you in a more coprehensive way, but the macro recording approach is a quick way to find out how to code a macro to perform a specific set of actions. You can then edit the generated macro code by replacing the hardcoded values with variables and subroutines.
4th Oct 2019, 7:14 PM
u007
u007 - avatar
0
can pyton useable in excel ? by the way thnx for reply .
22nd Apr 2019, 2:10 PM
Kadircan Kaya
Kadircan Kaya - avatar