selection second row to current row excel vba -


i trying find, how can make selection of rows.

i need make selection second row active cell row. can me? thx

rows("2:activecell.row").select 

i try one, it´s not working.

you need concatenate active cell. try,

rows("2:" & activecell.row).select 

Comments

Popular posts from this blog

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -