Hi Team,
I need to filter two filters in my excel however after the first filter the second one remove the first and apply the second only
Hi Team,
I need to filter two filters in my excel however after the first filter the second one remove the first and apply the second only
I need to filter in first column with Better offer and the second one with other however the BOT filter with the better offer in the fisrt column and remove the filter and filter in second column with other
Try giving like this
Excel.Sheet("SheetName").Range(Excel.Sheet("SheetName").FullRangeName)
Hope this helps
Cheers