A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9 !@$* active | api | Application | array | chart | clipboard | color | date and time | debug | Error | file | filter | find | format | log | loop | named range | PPT | Pivot Table | record | udf | workbook | wrapper Continue at Database_code 948 Steps to 6 Figures by Learning Excel-VBA and Other Skills |
| • | For loop - lbound ubound | |
| • | exit for ' prematurely exit from a for loop | |
| • | nested for loops | |
| • | Do While - Loop | |
| • | Goto Loop | |
| • | Exiting loops | |
| • | For each (loop) item in collection | |
| • | When deleting work backwards: for x = sheets.count to 1 step -1 (loop) | |
| • | for k = 1 to 12 step 3 ' loop | |
| • | Do - Loop ' no while needs Exit Do | |
| • | Insert_to_dataissues_click | |
| • | Exit Do | |
| • | Loop | |
| • | While Not EOF(1) ... Wend - loop | |
| • | Optimize - getlistcount(nnnnn) in a loop with 800 items | |
| • | What you can record and what you can't (loops, decisions, flexibility) | |
| • | For Loop with Birthday Problem |