Hello,
I'm trying to figure out the best approach to output the header values from my array to the worksheet. Currently I'm using this manual method:
'Declarations
Dim FirstCol As String: FirstCol = arrSettings(LBound(arrSettings), 7)
Dim LastCol As String: LastCol =...