将 Excel 工作表链接到 MS Access 中的表 - 使用 VBScript
我正在尝试在 MS Access 中创建链接到 Excel 工作表的链接表。我想通过 VBscripting 来完成此操作。
我的场景是我将有一个 Excel 工作表,该工作表会经常更新。但我的脚本从 MSAccess 中的表中获取值,该表应该是 Excel 工作表(链接表)的副本。
所以我想知道 VBscript 中是否有任何代码可以创建一个到 Excel Sheet 的链接表。
I am trying to create a Linked table in MS Access linked to Excel sheet. I want to do this through VBscripting.
My Scenario is I will have a excel sheet which will be updated very often. But my script picks up the values from the table in MSAccess which should be a replica of the Excel sheet (Linked table).
So I want to know if there is any code in VBscript wherein I can create a Linked table to Excel Sheet.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一些示例脚本。
来自:http://wiki.lessthandot.com/index.php/Linking_Tables_via_Jet_and_ADO
Here is some sample script.
From: http://wiki.lessthandot.com/index.php/Linking_Tables_via_Jet_and_ADO