Hi
I am struggling to declare and fill in a global/public array.
Here is my code
Public Function myArray() As Variant
Dim WS_Count As Integer
Dim i As Integer
Dim x As Integer
Let x = 0
WS_Count = ActiveWorkbook.Worksheets.Count
For i = 1 To WS_Count
If...