I am a novice at VBA. I have a spreadsheet with multiple tabs. On the main one, I input a set of names. I also have a column of buttons, each of which when clicked runs a macro which jumps to one of the tabs. I would like to label each button on the navigation bar with a corresponding name that was input on the main tab. For example,
On button#1, I would like the label to read what is input for Name1
On button#2, " " " " " " " " " " Name2
etc.
I have this same navigation bar on each tab and would like the variable names to show up on each tab. How do I accomplish this?
On button#1, I would like the label to read what is input for Name1
On button#2, " " " " " " " " " " Name2
etc.
I have this same navigation bar on each tab and would like the variable names to show up on each tab. How do I accomplish this?