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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -