excel vba - Referring to rows and columns difference -


second line leads error. rows , columns differs or system problem?

activesheet.usedrange.rows("1:5").select  activesheet.usedrange.columns("1:5").select 

update: best alternative second line?

activesheet.usedrange.resize(,5).select 

Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -