eldridge.michael
New Member
Good morning all,
I apologize, but my knowledge of VBA programming is slim to none. But, I am hoping you can help solve this simple question for me.
I am trying to make a macro that brings the user to a sheet with the same workbook based on a value in a cell.
For example. I have a combo box (cell link "a1") set up, so that the users can look at different jobs on the dashboard page. We can call them job 1, job 2, job 3. But, if the user wants to look at the details of that job, the click on a button to bring them to the details of that job.
So the static argument is
. I'm just not sure how to make it dynamic based on change cell data from the combo boxes cell link.
I apologize, but my knowledge of VBA programming is slim to none. But, I am hoping you can help solve this simple question for me.
I am trying to make a macro that brings the user to a sheet with the same workbook based on a value in a cell.
For example. I have a combo box (cell link "a1") set up, so that the users can look at different jobs on the dashboard page. We can call them job 1, job 2, job 3. But, if the user wants to look at the details of that job, the click on a button to bring them to the details of that job.
So the static argument is
Code:
Sheets("Job 1").Select