Hello, how can I refer to sheets by position? I've created the sample code below but I don't think it will work. How can I improve? Thanks!!

i= 1
h= 2

Sources:= array(Sheets(i) A:B , Sheets(h)A:B)
Thanks!!