如何使用VBA在word 2003文档中创建表格
我有一个需要填写的报告模板,并且我正在自动化该过程。
模板的一部分有多个相同的表来输入数据。
我想做的是有一个带有文本框的用户控件,用户可以在其中输入数字,然后文档生成指定数量的表。
我不确定从哪里开始以及如何指定相对于文档其余部分生成表格的位置,
I have a template for a report that needs to get filled out and i am automating the process.
There is a part of the template a couple pages down that has multiple identical tables to input data.
What I am trying to do is have a user control with a text box where the user can input a number and then the document generates the number of tables specified.
I am not sure where to start and how to specify where the tables are to be generated in relation to the rest of the document,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过宏记录器创建基本代码,然后添加变量和循环:
Created the base code via the macro recorder and then added the vars and loop: