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
Post a Comment