Thread
:
while loop
View Single Post
#
1
Arun Kumar Saha
Junior Member
Posts: 10
while loop
can anyone tell me what is the wrong with this loop? Excel is not going inside this loop.
Do While R(j).Value < R(j - 1).Value And j 1
k = 1
temp = R(j).Value
R(j).Value = R(j - 1).Value
R(j - 1).Value = temp
j = j - 1
Loop
Thanks
Reply With Quote
Arun Kumar Saha
View Public Profile
Send a private message to Arun Kumar Saha
Find all posts by Arun Kumar Saha