Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 49948

Range with multiple rows and Columns.

$
0
0
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

Viewing all articles
Browse latest Browse all 49948

Trending Articles