Dear VBA Gurus,
I am dealing with several VLookups in my Report. I would like to set a VLookup from one worksheet to another. Currently, I am using this macro
Sub Vlookup_TestName()'
' VLOOKUPS
'
'
Sheets("MRT Scor").Select
ActiveCell.FormulaR1C1 =...