Thread: VBA continue
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kramer31 kramer31 is offline
external usenet poster
 
Posts: 7
Default VBA continue

Hi. I'm coming to VBA from a C/C++/Java background (and the syntax
makes me want to throw up, by the way--I plan to discontinue using VBA
as soon as possible--it would be nice if MS would give another language
option for scripting Office).

Anyway, can anyone tell me a VBA operator which jumps to the next
iteration of a loop similar to the C operator 'continue'?