Hi, I am creating a union for later use (export to CSV). Is there a way to filter the columns before the union WITHOUT copying and pasting to a new sheet.
So...
With sh.ListObjects("MasterData")
Set rngToSave = Application.Union(.ListColumns("FATHER'S MOBILE").DataBodyRange, _...