Posts by AbelFlore • 1 point
1 post
- 
		0 votes1 answer96 viewsQ: vba creating tabs that exceed 31 characters - errorthe data exceeds the character limits to name tabs in excel. How could I fix this? Sub compilação() linha = 1 linha_fim = Range("A1").End(xlDown).Row Range("B2:B" & linha_fim).Copy…