将Word表格链接到Excel
我是一家培训机构的IT人员。很久以前,我设计了一个word表格,我们可以通过它输入要入学的人的详细信息。后来,当一批学生的数量远远超过了我们可以轻松跟踪的限制时,我设计了一个excel数据库。现在剩下的唯一问题是设计一种方法,通过它我可以复制表单字段的内容并将其链接到数据库。 希望我能得到一些东西,更简单的 VBA 也可以
I am an IT personnel in a coaching institute. I designed a form on word long ago through which we'd enter the details of the ones coming to get admission. Afterwards, when the number of students in a batch well crossed the limit where we can easily keep track of them, i designed an excel database. Now the only problem left is to devise a way through which i can copy the contents of the form field and link that to the database.
Hope i get something, an easier VBA thing would be fine as well
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 vba 和此类代码来完成此操作(从 Excel 数据库使用它来加载 Word 文档):
You could do this with vba with this kind of code (use it from your Excel db to load Word docs):