bobkap
Active Member
- Joined
- Nov 22, 2009
- Messages
- 323
- Office Version
- 365
- Platform
- Windows
- Mobile
- Web
I have the following line of code in my macro but it will not work. I keep getting that error message along with "Unable to get the VLookup property of the WorksheetFunction class.
After guessing and trying many different ways to fix it, I've given up. Any help would be greatly appreciated!
payrate = Application.WorksheetFunction.VLookup(empname, Table1, Banana, False)
After guessing and trying many different ways to fix it, I've given up. Any help would be greatly appreciated!
payrate = Application.WorksheetFunction.VLookup(empname, Table1, Banana, False)