Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is also the For Each... Next loop. :)
One example would be: For Each vnt_Variable in Range("A1:A6000") If vnt_Variable.value = 1500 then vnt_Variable.value = "" End If Next vnt_Variable -Donna -----Original Message----- In Classical programming languages like Fortran and Basic we have a command called: "Loop or Go to" which is used to run a series of commands in recurrence until a limit or satisfying a criteria. In Macro I want to do some commands on cells in a raw and continue same commands for second raw until I reach to last row. I think I am looking for some sort of equivalent of Loop in Macro. Could you please tell what it should be? or if the philosophy of doing such a recurring commands differ in Macro and I am thinking in a rong way in Macro TIA, Rasoul . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using a vlookup command in a for next loop in a macro in excel | Excel Discussion (Misc queries) | |||
macro loop | Excel Discussion (Misc queries) | |||
how can i loop a macro | Excel Discussion (Misc queries) | |||
Loop macro help. | Excel Programming |