Thank you Sam for clarifying the code.
One slight typo 'similarly Range("A1")(4) means Range("A4")'
One question on my behalf though, it's a neat trick to use the adding of numbers between brackets and i've figured out it does the same as offset without the offset (Range("A100").End(xlUp)(3, 2).Select gives me B3) but i've never seen it used but here so where is this coming from ? Is there somewhere i can read up about it or was this just trial and error ?




Reply With Quote
Bookmarks