Hi Friends,
I am bit confused as this keyword("continue") exits or not in VBA. Then after googling I found this link
https://docs.microsoft.com/en-us/dotnet/visual-basic/language.../continue-statement
Here they have mentioned the use of this keyword. But when I tried to implement that it is...