Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想制作一个可以在 excel 中写入和读取的 vbnet 程序,我安装了 excel 2010,所以我添加了“Excel 14”,但是如果我希望应用程序在 2007 和 2010 上工作,那么我必须在 excel 2007 或 excel 2010 上对应用程序进行编程?
随着每个版本的改进,都有新的语言格式可用。在编写 VBA 时,最好为任何用户都拥有的最低版本的 Excel 编写代码。许多新功能对于新版本的 Excel 和 VBA 来说非常酷,但是如果在旧版本的 Excel 上运行,则需要进行调试。我尝试在以前版本的 excel 中编写,以防万一用户没有兼容的编程来运行更新的代码。