Obrigado Prudencio...
Cheguei na solução!!!
Sub aberturaPT()
linha = 2
Do Until Sheets("BDPT").Cells(linha, 1) = ""
linha = linha + 1
Loop
Sheets("BDPT").Cells(linha, 1) = frmPT.txtcontrole.Text
Sheets("BDPT").Cells(linha, 2) = frmPT.Txtempresa.Text
Sheets("BDPT").Cells(linha, 3) = frmPT.Txtresponsavel.Text
Sheets("BDPT").Cells(linha, 4) = frmPT.Txtlocal.Text
Sheets("BDPT").Cells(linha, 5) = frmPT.Txtdescricao.Text
Sheets("BDPT").Cells(linha, 8) = frmPT.txtvalidade.Text
If cbAltura = True Then
MsgBox ("Trabalho em Altura")
End If
Sheets("BDPT").Cells(linha, 9) = frmPT.cbAltura
If cbACivil = True Then
MsgBox ("Trabalho Civil")
End If
Sheets("BDPT").Cells(linha, 10) = frmPT.cbCivil
If cbAElétrico = True Then
MsgBox ("Trabalho Elétrico")
End If
Sheets("BDPT").Cells(linha, 11) = frmPT.cbEletrico
If cbMecanico = True Then
MsgBox ("Trabalho Mecanico")
End If
Sheets("BDPT").Cells(linha, 12) = frmPT.cbMecanico
If CbQuente = True Then
MsgBox ("Trabalho a Quente")
End If
Sheets("BDPT").Cells(linha, 13) = frmPT.CbQuente
If CBoutros = True Then
MsgBox ("Descrer o Trabalho")
End If
Sheets("BDPT").Cells(linha, 14) = frmPT.CBoutros
MsgBox ("PT Gerada com Sucesso")
limpaPT
End Sub
Agora vou tentar fazer com que gere o relatorio!!!
Abraços e obrigado
Postado : 12/02/2016 6:59 pm