Excel Unique values finder vba macro leaves out 2 values -
i'm using vba macro find unique values in column this:
function fillinverantwoordelijken(sheet string) thisworkbook.sheets("worksheet").range("b2:b65000").advancedfilter action:=xlfiltercopy, copytorange:=thisworkbook.sheets(sheet).range("a4"), unique:=true end function
as far know should work data have @ moment (with every column try needs calculation) skips 2 values there reason. example, should have output of 5 values 3.
any idea? wrong way of doing it?
found out did remove row couple of times , forgot that. when removed lines solved. so, vba macro works fine!
Comments
Post a Comment