do until loop vba的相關文章
do until loop vba的相關公司資訊
do until loop vba的相關商品

Do until .... loop in VBA?
瀏覽:1175
日期:2025-06-13
You set x=y in line 8, then test for x/y=1 in line 11. Since x=y, x/y=1 is always true, and the loop will never execute. I can't see what you're trying to do here....看更多