Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里尝试做的是允许我的用户从下拉列表中选择 1 个或多个项目状态,然后根据用户的选择过滤数据透视字段。它可以工作,但是当我再次尝试重新选择时,我不能,除非我重新运行宏。为什么会这样,我该如何解决?
http://social.technet.microsoft.com/Forums/en-US/41eda600-8bf9-46c1-9eb7-f0b3ad56d78a/why-cant-i-reselect-from-my-listbox-excel-vba?forum=officesetupdeploylegacy
您是否将列表框绑定到错误的宏?我看到它引用了另一个工作簿。
我想您应该将它们与同一工作簿中的宏联系起来吗?