SyntaxFix
Write A Post
Hire A Developer
Questions
Continue For isn't valid in VBA or VB6.
Continue For
From this MSDN page it looks to have been introduced into VB.Net in VS 2005./Net 2.
As the others have said there's not really an option other than to use Goto or an Else.
Goto
Else