S
Sal
Is there a macro that will say if Column A and Column B on Sheet3 have
contents follow this code…
I am going to put a long code here
But if Column A and Column B do not have contents follow this code
application.displayalerts = false
Sheets("Sheet3").Delete
Sheets("Sheet3a").Delete
application.displayalerts = true
End Sub
contents follow this code…
I am going to put a long code here
But if Column A and Column B do not have contents follow this code
application.displayalerts = false
Sheets("Sheet3").Delete
Sheets("Sheet3a").Delete
application.displayalerts = true
End Sub