excel - VBA - Counting the number of filled cells in a row -


the following code far. tips?

 wsheet      colcount = .range(1 & .columns.count).end(xltoright).column   end 

what doing wrong?

try:

colcount = wsheet.usedrange.rows(1).columns.count 

(revised)


Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -