Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Continue Do statement can only appear within a Do...Loop loop.
Error ID: BC30782
To correct this error
If the Continue Do statement is in a For...Next loop, change the statement to Continue For.
If the Continue Do statement is in a While...End While loop, change the statement to Continue While.
Otherwise, remove the Continue Do statement.