Hi All,
I am struggling with getting hyperlinks to work in VBA using vlookup. Any help would be appreciated
I have 2 sheets.
Sheet 1 has a salesman # in cell A1. To keep it simple, the salesman # is 101. no hyperlink exist yet.
Sheet 2 has a list of salesman #s in column A and salesman #101 is in this list. Columns B-E has info related to the salesman
I would like to lookup the salesman # in sheet1.A1 (which is 101) on sheet2.A:A.
If it finds the salesman #, Convert text in sheet1.A1 into a link. the link takes me to the matching row on sheet2.
If not found, do not convert to link
I was going to upload code but I failed miserably at it and don't think would be useful.
Thanks in advance!
I am struggling with getting hyperlinks to work in VBA using vlookup. Any help would be appreciated
I have 2 sheets.
Sheet 1 has a salesman # in cell A1. To keep it simple, the salesman # is 101. no hyperlink exist yet.
Sheet 2 has a list of salesman #s in column A and salesman #101 is in this list. Columns B-E has info related to the salesman
I would like to lookup the salesman # in sheet1.A1 (which is 101) on sheet2.A:A.
If it finds the salesman #, Convert text in sheet1.A1 into a link. the link takes me to the matching row on sheet2.
If not found, do not convert to link
I was going to upload code but I failed miserably at it and don't think would be useful.
Thanks in advance!