Olá alexandrevba, desculpe a demora em responder, mas só tive condições de olhar hoje.
Fiz umas alterações na macro e ficou assim:
Sub DelLine()
Sheets("Dados da Licitação").Select
ActiveSheet.Unprotect Password:="123"
Columns("A:A").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.EntireRow.Delete
ActiveSheet.Protect Password:="123"
Sheets("Formação de Preços").Select
ActiveSheet.Unprotect Password:="123"
Columns("A:A").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.EntireRow.Delete
ActiveSheet.Protect Password:="123"
Sheets("Proposta de Preços").Select
ActiveSheet.Unprotect Password:="123"
Columns("A12:A501").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.EntireRow.Delete
ActiveSheet.Protect Password:="123"
End Sub
Em:
Sheets("Formação de Preços").Select
ActiveSheet.Unprotect Password:="123"
Columns("A:A").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.EntireRow.Delete
ActiveSheet.Protect Password:="123"
Preciso que o que está em destaque delete as células da coluna A que contenham o erro de vínculo, ou seja, #REF!
Outro problema está relacionado com Sheets("Proposta de Preços").Select: corrigindo o problema acima sei que terei problemas com as células que estão mescladas. Tem como resolver?
Grato,
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 26/01/2012 3:59 pm