excel vba vlookup
Sub vlookup1() Dim student_id As Long Dim marks As Long student_id = 11004 Set myrange = Range(“B4:D8”) marks = Application.WorksheetFunction.VLookup(student_id, myrange, 3, False) End Sub
excel vba vlookup
Sub vlookup1() Dim student_id As Long Dim marks As Long student_id = 11004 Set myrange = Range(“B4:D8”) marks = Application.WorksheetFunction.VLookup(student_id, myrange, 3, False) End Sub
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us