I have two different sheets and i have to assign 2 ranges from these two sheets to two different array but the problem is i can not specify a sheet before range for e.g
Dim flArr() as variant
flArr = Sheets("xxx").range(A1:A10)
This gives me an error. any workaround?
Thanks