Zow Posted February 29, 2012 Report Share Posted February 29, 2012 Amigos,Para contar o número de linhas preenchidas na planilha usei esse cód.:ThisWorkbook.Sheets("Plan1").Cells(Rows.Count, 1).End(xlUp).RowPara contar o número de colunas tentei esse: ThisWorkbook.Sheets("Plan1").Cells(1, Columns.Count).End(xlUp).Columnmas não deu certo, porque retorna o número de colunas totais da planilha, mesmo as em branco.Só fazendo um Loop pra contar ou há alguma fórmula? Quote Link to comment Share on other sites More sharing options...
Question
Zow
Amigos,
Para contar o número de linhas preenchidas na planilha usei esse cód.:
ThisWorkbook.Sheets("Plan1").Cells(Rows.Count, 1).End(xlUp).Row
Para contar o número de colunas tentei esse:
ThisWorkbook.Sheets("Plan1").Cells(1, Columns.Count).End(xlUp).Column
mas não deu certo, porque retorna o número de colunas totais da planilha, mesmo as em branco.
Só fazendo um Loop pra contar ou há alguma fórmula?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.