I\'m having problems when inserting a formula from a macro in Excel. I managed to insert exactly the same value that I have on another cell where the formula is working perf
Thanks for your replies!!!
Using FormulaLocal works great!!! What I did was to "translate" the functions names and done!
Cells(LastRow + 1, 3).Formula = "=IFERROR(VLOOKUP(" & "B" & laststr & " , Datos!A2:E52, 3), """")"