Introduction to Collections in Excel VBA
PNRao2022-06-17T03:55:31+05:30Collection is an object contains group of objects having similar characteristics (with same properties and methods). For example,if you want to loop through all worksheets in a workbook, you can refer worksheets collection of the workbook and do whatever you want to do with that particular worksheet.








