Can someone please show me how to get the Odd number using the For..Next loops in VB
I have declared the following;
Dim intCounter As Interger
Dim intStartValue As Interger
Dim intEndValue As Interger
Dim intSum As Interger
intStartValue = 0
intEndValue = 50
intSum = 0
Iam trying to write a code to get the odd numbers between 0-50?