Gustav Brock
gustav at cactus.dk
Fri Aug 6 09:09:43 CDT 2004
Hi Steve Now, that's what I call a compromise. /gustav > Just to throw in another, late, point on this, I do it this way: > For I = 1 To 10 > Next ' I > I throw in the variable after an apostrophe, so it's there, but > commented out because somewhere else in my life (VBS?) you *can't* put > the variable after the Next because it throws an error. This one > method works on both.