Thread
:
Loop of Doom ARRRG!
View Single Post
#
2
Posted to microsoft.public.excel.misc
Jarek Kujawa[_2_]
external usenet poster
Posts: 896
Loop of Doom ARRRG!
try
Do Until Cells(QuoteRow, x) = ""
If Cells(QuoteRow, x).Offset(0, 1) = "" Then
Cells(QuoteRow, x).Offset(0, 1) = Dt
GoTo E
Else
x = x + 1
End If
Loop
Reply With Quote
Jarek Kujawa[_2_]
View Public Profile
Find all posts by Jarek Kujawa[_2_]