This seems to work:
[vba]
Dim x As Integer
x = Cells(Rows.Count, "A").End(xlUp).Row + 1
Range("K1").Value = x
With wstSNBD
i = sSNBDi + 1
ii = Range("K1").Value
tSNBDi = tSNBDi + 1
For i = i To ii
[/vba]
This seems to work:
[vba]
Dim x As Integer
x = Cells(Rows.Count, "A").End(xlUp).Row + 1
Range("K1").Value = x
With wstSNBD
i = sSNBDi + 1
ii = Range("K1").Value
tSNBDi = tSNBDi + 1
For i = i To ii
[/vba]
my site: www.ecboardco.com
was built w/ a majority of the assistance from the board members here... thanks VBAX.
Just because I see something, doesn't mean that what's actually happening is what I see.
You don't get from 0-90 by standing still!