Hi, I have been having trouble with getting my vlookup to work in vba. I am trying to return a value from a table in another spreadsheet; I manually did the vlookup then used the code generated to produce the range. Below is the vba I have been using: actualrate.Value = Application.VLookup(Vr1, Range...