如何重复提示用户使用Microsoft Office的输入来创建表单
我想创建一个重复提示输入(文本)的表单,并在Word文档中自动插入该输入。 例如:我想自动在Word文档中插入与用户类型一样多的爱好。 我该怎么做?
I want to create a form where user is repetitively prompted for input (text), and have that input inserted automatically in a word document.
for instance : I want to automatically insert in a word document as many hobbies as user types in .
How may I go about doing this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 VBA中可用的功能。但是我认为,使用具有重复输入框的表格并不是一个好的决定。相反,我建议创建一个任务窗格,用户可以输入所需的数据。
You can use the InputBox function available in VBA. But I think using a form with repetitive input boxes is not really a good decision. Instead, I'd suggest creating a task pane where users could enter the required data.