I am trying to perfom a simple task using VBA. I want to assign Range("A1").Value = Range("A1").Value of a different workbook, wich is in a different folder. How do I do that?
I have no idea what to try in order to accomplish this task.
I dont want to open the other file in order to do that, because I am going to loop this procedure for 500 different worksheets.