B
Ben
Hi
I have this piece of code in my app....
Call searchRange.AdvancedFilter(Action:=xlFilterCopy,
CopyToRange:=tempWorksheet.Cells(1, 1), Unique:=True)
It seems to duplicate the first item in cells A1 & A2. Any ideas why?
Thanks
Ben
I have this piece of code in my app....
Call searchRange.AdvancedFilter(Action:=xlFilterCopy,
CopyToRange:=tempWorksheet.Cells(1, 1), Unique:=True)
It seems to duplicate the first item in cells A1 & A2. Any ideas why?
Thanks
Ben