用 do loop方法:
sub 篩選 ( )
dim ros%, n%
[g1:k1]=[a1:e1].value
do
ros=ros+1
if cells(ros+1,"b").value="1班" then
n=n+1
cells(n+1,"g").resize(1,5)=cells(ros+1,"b").offset(0,-1).resize(1,5).value
End if
loop until cells(ros+1,"b")=""
end sub
承擔因您的行為而導致的法律責任,
本站有權保留或刪除有爭議評論。
參與本評論即表明您已經閱讀并接受
上述條款。