【发布时间】:2013-10-26 04:21:49
【问题描述】:
我有一个 excel 文件,在第一列 (A) 我有一些这样的日期:
17/10/2013
18/10/2013
19/10/2013
20/10/2013
21/10/2013
22/10/2013
其他列包含一些数据。我需要创建一个输入框,将日期范围内的所有内容都包含在内。我是说;我单击按钮,它会显示一个弹出窗口,例如:
insert start date: 17/10/2013 (i can decide the date)
insert end date: 20/10/2013 (i can decide the date)
然后我可以放一个我已经完成的宏。所以我的宏只读取该范围内的数据。有可能吗?
【问题讨论】:
标签: vba excel date-range inputbox