Using VLookup in VBA to reference another Excel file
问题 I'm trying to program a VLookup Table in VBA that references another file. Here is a simple outline of my goal: Look up value in cell A2 in another Excel file Pull the information in from column 2 of the other Excel file and place in Cell B2 Move on to cell A3 and repeat the process until there are no more entries left in column A Here is the code that I already have. I keep getting an error that says "Unable to get the VLookup property of the WOrksheetFunction class." I checked the other