Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do i create a loop on a macro?
Thanks ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are many ways: Do...Loop, For...Next, For Each...Next,
While...Wend, etc. Check out the "looping through code" item in XL Help. In article , Stu wrote: How do i create a loop on a macro? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
for each c in range("a1:a21")
msgbox c.value next "Stu" wrote in message ... How do i create a loop on a macro? Thanks ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's a WebPage that shows the variety of looping structures.
http://support.microsoft.com/default...1%2Fvbc5-4.asp HTH Paul -------------------------------------------------------------------------------------------------------------- Be advised to back up your WorkBook before attempting to make changes. -------------------------------------------------------------------------------------------------------------- How do i create a loop on a macro? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop | Excel Discussion (Misc queries) | |||
For..Next..Loop | Excel Discussion (Misc queries) | |||
Find loop doesn't loop | Excel Discussion (Misc queries) | |||
DO LOOP in VBA | Excel Discussion (Misc queries) | |||
vba loop | Excel Discussion (Misc queries) |