Como não deu maiores detalhes do codigo que está utilizando;
tente algo assim:
Sub veja()
If Len(Cells(linha, 1)) > 40 Then
cpt = Left(Cells(linha, 1), 40)
Else
cpt = Cells(linha, 1) & Application.WorksheetFunction.Rept(" ", 40 - Len(Cells(linha, 1)))
End Sub
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 31/07/2012 3:17 pm