I have this vb for a filter, and i can’t execute because the invoke vba insert a stranger characters
Sub FilterPromo() ActiveSheet.Range(“$A$1:$L$90”).AutoFilter Field:=1, Criteria1:= _ “=DESCONTO ESTAÇÃO”, Operator:=xlOr, Criteria2:=“=DESCONTO TOTAL” End Sub
and always i use invoke vba a receive this output
Sub FilterPromo() ActiveSheet.Range(“$A$1:$L$90”).AutoFilter Field:=1, Criteria1:= _ “=DESCONTO ESTAÇÃO”, Operator:=xlOr, Criteria2:=“=DESCONTO TOTAL” End Sub
The invoke vba insert this characters “” in the first line and don’t recognize utf8.