I fill a table with information of another sheet using a macro. Now I want to add one more column in the table to fill the column "H":
=PROCV(C2;Referências!F:J;5;0)
What we were trying it was:
But it isn't working. Someone can help me?![]()
'Sheets("CreateOrders").Range("H2").Formula = "=PROCV(C2;Referências!F:J;5;0)" 'Sheets("CreateOrders").Range("H2", "H" & Cells(Rows.Count, 1).End(xlUp).Row).FillDown
Bookmarks