Excel AutoFilters

Hello,

Has anyone had any experience with using Filters within exported excel reports? I am trying to enable filters by selecting a couple of column headers, but am having some issues. Does anyone have any idea about this? Here’s my snipet below.

with xlSheet

.Range(“A4:C4”).Select

.Selection.AutoFilter = True

End with

Cyg