ç»ä¸ªä»£ç ç»ä½ å§,å¤å¶ä»¥ä¸ä»£ç 带VBAç模åä¸è¿è¡å³å¯
sub ssq()
x=1
y=1
for i=1 to 28
for j=i+1 to 29
for k=j+1 to 30
for l=k+1 to 31
for m=l+1 to 32
for n=m+1 to 33
cells(x,y)= format(i,"00") & " " & format(j,"00") & " " & format(k,"00") & " " & format(l,"00") & " " & format(m,"00") & " " format(n,"00") & " "
if y=100 then
x=x+1
y=1
end if
y=y+1
next n
next m
next l
next k
next j
next j
end sub
温馨提示:答案为网友推荐,仅供参考