Hi all, i have a workbook with many sheets and i would like to modify a little bit the below VBA code so that to runt only in active spreadsheet.
Thanking you in advance
Range("S3").Select
ActiveCell.FormulaR1C1 = _
"=IFERROR(VLOOKUP(RC16,'C:\Users\User\Desktop\[FINGER.xlsx]Sheet1'!R13C2:R10000C47,36,FALSE),"""")"
Range("S3").Select
Selection.AutoFill Destination:=Range("S3:S3050"), Type:=xlFillDefault
Range("S3:S3050").Select
Thanking you in advance
Range("S3").Select
ActiveCell.FormulaR1C1 = _
"=IFERROR(VLOOKUP(RC16,'C:\Users\User\Desktop\[FINGER.xlsx]Sheet1'!R13C2:R10000C47,36,FALSE),"""")"
Range("S3").Select
Selection.AutoFill Destination:=Range("S3:S3050"), Type:=xlFillDefault
Range("S3:S3050").Select