dionysus_83
New Member
- Joined
- Feb 24, 2016
- Messages
- 30
Hi all,
Well, I`m stuck, I couldn`t find adequate answer in forums. Here is the code:
Entire code is quite large but I receive error on this part! I know it should be set in array but I don`t know how to do that, so question is:
How to make this worksheetfunction as array?
Thnx
Well, I`m stuck, I couldn`t find adequate answer in forums. Here is the code:
Code:
matchRECORD0 = Application.WorksheetFunction.Index(Sheets("TEMPDB").Range("D" & lrSJIMPORT2 + 1 & ":D" & lrCHIMPORT2), _
Application.WorksheetFunction.Match(Sheets("STATIONS").Cells(RARSTAT2, 2) & Sheets("STATIONS").Cells(1, cARTIST), _
Sheets("TEMPDB").Range("C" & lrSJIMPORT2 + 1 & ":C" & lrCHIMPORT2) & Sheets("TEMPDB").Range("A" & lrSJIMPORT2 + 1 & ":A" & lrCHIMPORT2)))
Entire code is quite large but I receive error on this part! I know it should be set in array but I don`t know how to do that, so question is:
How to make this worksheetfunction as array?
Thnx
Last edited: