Thread: For next loop
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default For next loop

Hi Bob C,

You know what they say, stand still and you stagnate<vbg. On your toes!

Bob

"Robert Christie" wrote in message
...
Hi Bob

I'm trying to get the hang of this excel and you and Tom Ogilvy keep

moving
the goal posts <vbg

neat very neat
Thanks
regards Bob C


"Bob Phillips" wrote:

even less vbg

For n = 1 To Worksheets("Sheet1").Range("A1").Value
'- etc



--

HTH

RP

"Robert Christie" wrote in message
...
Hi Brian

Only 1 line, I was expecting 3 or 4 lines <g

Thank You

Regards Bob C

"BrianB" wrote:


Code:
--------------------

x = Worksheets("Sheet1").Range("A1").Value
For n = 1 To x
'- etc

--------------------


--
BrianB



------------------------------------------------------------------------
BrianB's Profile:

http://www.excelforum.com/member.php...info&userid=55
View this thread:

http://www.excelforum.com/showthread...hreadid=270747