学习VBA超有用的10个网站

1、微软官方教程:
https://learn.microsoft.com/zh-cn/office/vba/api/overview/
优点:范围广,office套件中涉及到VBA的参考,大部分都有定义和示例,10个网站中唯一一个语言本地化;
缺点:部分对象只有定义没有示例。
2、Bettersolutions
https://bettersolutions.com/vba/controls/index.htm
优点:针对性强,常用频率高,有定义、示例、应用
缺点:没有微软官方涉及面广。
3、Person Software
http://cpearson.com/excel/topic.aspx
优点:根据应用点进行索引排序,可按照知识点进行寻找示例。
4、Mr.Excel
https://www.mrexcel.com/
优点:论坛形式,可进行关键词搜索,有问题和解决方案。
5、Chandoo
https://chandoo.org/forum/forums/vba-macros/
优点:论坛形式,可进行关键词搜索,有问题和解决方案。
6、excel-easy
https://www.excel-easy.com/vba/events.html
优点:课程式教程网站。
7、Guru99
https://www.guru99.com/creating-your-first-visual-basic-for-applications-vba-in-excel.html
优点:课程式教程网站,适合入门
8、Devhut
https://www.devhut.net/vba-open-a-url-in-firefox-chrome/
优点:access方面的专家,对进阶级用户参考性较大。
9、Functionx
https://functionx.com/vbaccess/index.htm
优点:教程式网站,vba和access的初中阶级课程。
10、FMSINC
https://fmsinc.com/tpapers/primer/index.html
优点:分知识点介绍的文档。