May I know what should be written in the
VB script if I want to use VLOOKUP
function to search details from an external file.
For example,
Cells(1,1) in SheetA contains the Customer#
SheetB contains the Customer#, Customer Address, Contact
cells(1,2) in SheetA will show the corresponding Contact from SheetB after
the VLOOKUP.
Thanks in advance to the expert.