Best Way to Learn VBA for Excel

1 points by Ian999 ↗ HN
Did some Googling for learning VBA for Excel and didn't find any standout resources. I know some java and python. Anyone have any suggestions of resources they have found useful. Thank you!

5 comments

[ 2.7 ms ] story [ 22.8 ms ] thread
Record Macros and inspect the code to learn the object model.
Thanks for the response. I'm looking for a more comprehensive way to learn it though.
Ditto. I cannot find a good source to learn VBA either.
If you know Python, you may prefer xlwings to learning VBA.