Hello,
Could someone help me with this code? Just trying to do a vlookup that will reference the exception sheet whether Im on a new workbook or not. I just want to put in zlookup and it will look up B2, on Exception Report Test.xls]TABLE'!$A$2:$D$126. Is this possible??????
Function Zlookup() As Long
Dim zlook As Long
zlook = Application.VLookup(B2, Range("'[Exception Report Test.xls]TABLE'!$A$2:$D$126"), 4, False)
End Function
Could someone help me with this code? Just trying to do a vlookup that will reference the exception sheet whether Im on a new workbook or not. I just want to put in zlookup and it will look up B2, on Exception Report Test.xls]TABLE'!$A$2:$D$126. Is this possible??????
Function Zlookup() As Long
Dim zlook As Long
zlook = Application.VLookup(B2, Range("'[Exception Report Test.xls]TABLE'!$A$2:$D$126"), 4, False)
End Function