Hey guys, need some assistance
I have a UserForm form which currently, when opened it displays all data in the workbook (5 columns). This is the code I am using to accomplish this.
Private Sub UserForm_Initialize()
Dim oneCell As Range, LastRow As Long
Dim MyArray As Variant
Dim i...