Computer Science, asked by vivek741, 8 months ago

what is the use of the step keyword?​

Answers

Answered by sivabiroshi
0

Answer:

You can use the Step keyword in Excel VBA to specify a different increment for the counter variable of a loop. Explanation: The code lines between For and Next will be executed three times. For i = 1, Excel VBA enters the value 100 into the cell at the intersection of row 1 and column 1

Answered by likhitha786
0

Answer:

You can use the step keyword Excel VBA to specify to different increment for the counter variable of a loop

Explanation:

The code lines between for and next will be executed three times

Similar questions