Im using the following range to copy data from Column A (from rows 3 on the the last row). How can I include Columns B and C into this range also, but still using Column A to find the last row?
Code:
wb.Worksheets("Users").Range("A3", wb.Worksheets("Users").Range("A3").End(xlDown)).Value