RobbieC
Active Member
- Joined
- Dec 14, 2016
- Messages
- 376
- Office Version
- 2010
- Platform
- Windows
I posted this up a few minutes ago, but for some reason the post fails when you click on it...I didn't put anything spurious in there...very strange
I'm basically able to do a VLOOKUP in VBA using:
but I now also need to find the corresponding value in column A...
How can I do this?
I'm basically able to do a VLOOKUP in VBA using:
Code:
filetype = Application.WorksheetFunction.VLookup(filename, Sheets("FilesInProject").Range("B2:D1000"), 1, False)
but I now also need to find the corresponding value in column A...
How can I do this?