Hi guys,
I need assistance in the following two VBAs coding.
This is the excel worksheet that I need help with.
1) This is the current coding that I have for delete(empty cells)
Sub delRowsGO()
Application.ScreenUpdating = False
Dim txtCel As Range
Set txtCel =...