我使用的一个函数在我运行'end' expected (to close 'if' at line 11) near 'until'时给出了它的错误,但是我检查了它,并且没有在整个程序中缺少一个'enditems_found = items_found + 1 end items_destroyed = 0
until
我正在尝试创建一个简单的VBA代码来运行一个带有if then语句的循环,-and如果语句为真,则停止循环。如果语句在结束之前从未为真,则当单元为IsEmpty()时停止循环。Sub runoutDateLoop()Do Until IsEmpty(Cells(r, 1))Do Until Cells(r, c - 1).Value < 1 =,直到if语句为true。if then语句</