VBA中怎样通过sheet名称调用各个sheet

各sheet命名规律为A1,A3,A10
B1,B3,B10
C1,C3,C10
一直到Z,请问怎样调用各个sheet 呢

是这个意思吗:
for i=65 to 90
for each j in array(1,3,10)

set st=sheets(chr(i) & j))

st.activate

msgbox st.name

next j

next i
温馨提示:答案为网友推荐,仅供参考
相似回答