I get an error using the code below....
leaving out the first part ThisWorkbook.Sheets("test"). the code is correct ??!!
But I need to point to that specific sheet...
Am I missing something ?
The Sheet "test" does exist !
Code:
DbaseArray = ThisWorkbook.Sheets("test").Range("A1:K100")
leaving out the first part ThisWorkbook.Sheets("test"). the code is correct ??!!
But I need to point to that specific sheet...
Am I missing something ?
The Sheet "test" does exist !