Excel vba | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Excel vba

What should I do to learn excel and excel vba?

21st Dec 2018, 7:30 AM
shuiyuning
1 ответ
0
Excel has a tool called "Record a Macro". How it works is the user starts a recording, does some tasks, and stops the recording. You can then view the VBA that Excel has generated to see how to code the task you just performed. This is an easy way to learn how to code certain tasks and also test that task to see if your code works.
17th Nov 2019, 9:44 PM
Joe
Joe - avatar