Looping in VBA - Controlling The Flow of Code: What You Learn
Looping in VBA - Controlling The Flow of Code: What You Learn
● Simple For…Next to conditionally add values (10) to Quantities greater than 400
● Loop through text and extract text and numbers to separate cells
● Delete Hidden / Filtered rows
Create a macro which provides a summary report of all comments in a Workbook in a separate sheet.
What the macro should do:
● Create a new sheet
● Put header "Comment", "Address" & "Author" in A1, B1 & C1 respectively.
● Put the content of each comment in the workbook in a separate cell - starting from A2.
● Put the address of each comment - such as the worksheet name and cell address in a separate cell starting from B2 and a