- 1
Do everyone have lesson about VBA Excel ?
I want learn it because it help me for work
2 Antworten
+ 1
Here is a tip that might help. Start with "Record a macro". Then manually perform the steps that you wish to automate. When done, stop the recording, then you can test and tweak the generated VBA code. It is not a perfect solution, but you can learn how to do things in VBA by studying the generated code.
+ 1
Thanks