TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Best Way to Learn VBA for Excel

1 pointsby Ian999over 10 years ago
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!

4 comments

nanisover 10 years ago
Refer to Microsoft&#x27;s reference:<p><a href="http://msdn.microsoft.com/en-us/library/office/ee861528%28v=office.15%29.aspx" rel="nofollow">http:&#x2F;&#x2F;msdn.microsoft.com&#x2F;en-us&#x2F;library&#x2F;office&#x2F;ee861528%28v=...</a><p>Also, use the Object Browser in the Macro Editor to browse the list of available objects, methods, and properties. If you need more information on a particular object, search MSDN. E.g.,<p><a href="https://www.google.com/search?q=worksheet+object+site%3Amsdn.microsoft.com" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?q=worksheet+object+site%3Amsdn...</a>
kevin_morrillover 10 years ago
Record Macros and inspect the code to learn the object model.
评论 #8833620 未加载
caseyf7over 10 years ago
If you know Python, you may prefer xlwings to learning VBA.
gotorazorover 10 years ago
Ditto. I cannot find a good source to learn VBA either.