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

I need help range selection and cells selection

$
0
0
Hello everybody,

in my vba learning process,

i have one question of this below.

Is these below create same purpose action or different? Please help me.

Code:

range("a"& i).end(xlup).row
Code:

cells(rows.count, i).end(xlup).row
Code:

range(rows.count, "a").end(xlup).row
or adding column at the end.

Viewing all articles
Browse latest Browse all 50207

Trending Articles