Sub Vlookup
Range (“D2”).select
ActiveCell.FormulaR1C1 = “=VLOOKUP(RC[-3]:R[26]C[-3], ‘[yGl dcs.xlsx]gl entered in raw data’!R4C3:R44C3,1,false)”
Selection.autofill destination:=range(“D2:D”)
Range(“D2:D”).select
End sub
我只希望vlookup位于包含数据的单元格中,并且只包含工作簿“ ygl dcs”中具有数据的行。