Nguyễn Tuấn Anh.
16:01 - Jan 14, 2021
Sub AutoFilter_Table() 'AutoFilters on Tables work the same way. Dim lo As ListObject 'Excel Table 'Set the ListObject (Table) variable Set lo = Sheet1.ListObjects(1) 'AutoFilter is member of Range object 'The parent of the Range object is the List Object lo.Range.AutoFilter End Sub cho em hỏi...