If I have a formulas that pulls from another excel file. Is there a way I can get it to pull the info over using VB so it will only pull the info over when I need it to. I am pulling a roster over but the roster change every day so if I save the excel when I open it the next day that info will change. I need it to only change when I tell it to so then when I open it. will be the same info.
This is what I have for a formula.
This is what I have for a formula.
Code:
=VLOOKUP(B3,'C:\Reporting\Roster\[Master Roster 05.16.2014(TTY).xls]Combined Roster'!$E$1:$M$65536,2,FALSE)