Hi Team
I got one vba solution on this site given by DanteAmor,
if any header missing then I want to add message box for user and exit sub
Option Explicit
Sub copy_paste_data_based_column_headers()
Dim sh1 As Worksheet, sh2 As Worksheet, a() As Variant, b() As Variant
Dim i As Long, j...