If I attempt to encapsulate one line, the compiler rejects the encapsulation
The critical code is the following:
Dim WrkBkPtr as object
Dim WrkShtPtr as object
Set wrkBkPtr = ThisWorkbook
Set WrkShtPtr = WrkBkPtr.Worksheets(1)
Const R as long = 2
Dim C() as long...