Hi,
Am I going mad? I just wish to pull some text from a range in my workbook depending on the number entered in the spreadsheet.
Can anyone tell me why this isn't working please?
strRegulationTxt = Application.WorksheetFunction.VLookup(Target.Value, Range("RegulationTable"), 2)
Each time it comes up with error: Run Time error '1004' Method 'Range' of object '_Worksheet' failed.
RegulationTable is a defined name in the workbook.
Thanks for any help!
Bookmarks