Repetitive block of statements

  • Thread starter Thread starter Murthy
  • Start date Start date
M

Murthy

In my coding, a block of statements get repeated, whenever a control break
occurs, while reading the data.

In COBOL, such block of statements can be put in a separate para and as soon
as the control break occurs, "perform so and so para.." is used. The para is
performed and control gets returned to the statement after the abvoe
'perform' statement.

I searched for an equivalent in Excel VBA, but I couldn't find any. Any
kind suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top