标题: 隐藏表如何显示出来 [打印本页] 作者: heipy 时间: 2008-7-20 11:41 标题: 隐藏表如何显示出来 哪位高人能告诉我这个表中隐藏的表怎么出来的,
输入件号点刷新就可以得到数量和仓位。和Exact连接的。[attach]31115[/attach][attach]31115[/attach]作者: liwen 时间: 2008-7-20 19:40
Sub test()
For Each a In Application.Sheets
a.Visible = True
Next
End Sub作者: tashaxin 时间: 2008-8-4 18:48
谢谢!!!!!作者: linag516 时间: 2008-9-3 13:34
[:31] [:31]作者: KONGYUAN1 时间: 2010-1-25 12:07
下来学习作者: hrgx8888 时间: 2010-5-18 09:22
这些程序要放哪里?求助。
Sub test()
For Each a In Application.Sheets
a.Visible = True
Next
End Sub