Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() My problem is that I get a "Loop without Do" statement (my code might have other problems....I'll get to them later !) No need to tell ya guys I'm a newbie... Thanks in advance Marc Here's my code: Sub NoComact() Dim counter As Integer Dim compteur As Integer counter = 1 compteur = 1 Do While counter < 1000 Do Range("B, counter").Select While Right("B, counter", 1) < Right("B, counter + 1", 1) Range("C, counter").Value = "BRG-000 & compteur " counter = counter + 1 Loop compteur = compteur + 1 Loop End Sub (btw, compteur is counter in french) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
returning back to loop check condition without completing the loop | Excel Programming | |||
Loop to Filter, Name Sheets. If Blank, Exit Loop | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming |