Hi Everyone -
I have attached a spreadsheet that I need some help with returning a row number.
I have a Resources Tab that contains a list of names and additional information for each name. I also have 2 other tabs that contain names that I would like to click on a button to display additional information about the selected name using a MsgBox which will display the additional data.
Each Tab has a unique SeqNo associated with each entry in their respective tabs.
So, I want to:
1) Get the name from one of the other tabs
2) Find the associated name in the resource tab
3) return the row number that the associated name appears in the resource tab
4) using the row number, I can get the value of the Resource Tab SeqID then
5) use vLookups to display the additional data from the Resource Tab
The spreadsheet contains my attempt to create a subroutine to do this. I could use a named range to vLookup the Name then locate the other data. Problem is, SeqNo is in a column before the Name.
Thanks in advance and I hope all of this makes sense.
I have attached a spreadsheet that I need some help with returning a row number.
I have a Resources Tab that contains a list of names and additional information for each name. I also have 2 other tabs that contain names that I would like to click on a button to display additional information about the selected name using a MsgBox which will display the additional data.
Each Tab has a unique SeqNo associated with each entry in their respective tabs.
So, I want to:
1) Get the name from one of the other tabs
2) Find the associated name in the resource tab
3) return the row number that the associated name appears in the resource tab
4) using the row number, I can get the value of the Resource Tab SeqID then
5) use vLookups to display the additional data from the Resource Tab
The spreadsheet contains my attempt to create a subroutine to do this. I could use a named range to vLookup the Name then locate the other data. Problem is, SeqNo is in a column before the Name.
Thanks in advance and I hope all of this makes sense.