Further to this thread I started:
https://www.mrexcel.com/forum/excel-questions/1052067-collection-slow.html
Here's the code:
ClsData:
Option Explicit
Private pDayOfWeek As String
Private pFruit As String
Public Property Get DayOfWeek() As String
DayOfWeek =...