jlarcher01
New Member
- Joined
- Dec 20, 2016
- Messages
- 5
Hi All! I've been scouring the web trying to figure this out and I'm sure it's relatively simple but for the life of me I can't figure it out which is probably due to my lack of understanding of the coding hierarchy and scope needed. I've tired numerous different things and I wouldn't be able to provide any meaningful code that has gotten me anywhere although I'm happy to provide it if needed. Thanks in advance for the help...
-I have a spreadsheet full of data on sheet 1
-I have an image on sheet 2.
-I've inserted a number of ActiveX textboxes on this image to visually show the data on sheet 1.
-All I wish to do is update each text box with respective data from the same column every time but different row.
-For example, TextBox1 will be tied to column 1, TextBox2 will be tied to column 2, etc up to 22
-Whenever the user clicks/selects/moves to a different row (no matter where they click) each TextBox is updated with the new
data respectively at the now active row but same column number locations.
So if Row5 is the active row, TextBox1 will update data from Row5, Column,1. TextBox2 will show Row5, Column 2, etc.
If Row9 is now made active, TextBox1 will show data from Row9, Column1. TextBox2 will show data from Row9, Column9, etc.
If there is no data at that specific location then nothing shows.
Thanks again for the help.
-I have a spreadsheet full of data on sheet 1
-I have an image on sheet 2.
-I've inserted a number of ActiveX textboxes on this image to visually show the data on sheet 1.
-All I wish to do is update each text box with respective data from the same column every time but different row.
-For example, TextBox1 will be tied to column 1, TextBox2 will be tied to column 2, etc up to 22
-Whenever the user clicks/selects/moves to a different row (no matter where they click) each TextBox is updated with the new
data respectively at the now active row but same column number locations.
So if Row5 is the active row, TextBox1 will update data from Row5, Column,1. TextBox2 will show Row5, Column 2, etc.
If Row9 is now made active, TextBox1 will show data from Row9, Column1. TextBox2 will show data from Row9, Column9, etc.
If there is no data at that specific location then nothing shows.
Thanks again for the help.