KyleOliver
New Member
- Joined
- Apr 16, 2016
- Messages
- 31
Hi Guys,
Could someone please help me.
I have a spreadsheet called "Top Management" This sheet has a lot of data on based on the amount of management, their gender and race. On one side of this sheet I have summarized all this data, this data is hidden.
I have created a command button called "Summary" that when it is clicked it opens a user form, called "userForm1" which summarizes the hidden data in the "Top Management" sheet. My issue is that I do not know how to reflect a value in a cell from the sheet "Top Management" in a label on the user form.
Cell "C11" in the "Top Management" sheet has a value of "4" and I need this value of "4" in cell "C11" to reflect in a label called "lbl01" on "userForm1".
How do I do this? as all the searches I have done shows how to insert a value from a user form to a cell in a sheet and not the other way around.
I would appreciate any assistance.
Could someone please help me.
I have a spreadsheet called "Top Management" This sheet has a lot of data on based on the amount of management, their gender and race. On one side of this sheet I have summarized all this data, this data is hidden.
I have created a command button called "Summary" that when it is clicked it opens a user form, called "userForm1" which summarizes the hidden data in the "Top Management" sheet. My issue is that I do not know how to reflect a value in a cell from the sheet "Top Management" in a label on the user form.
Cell "C11" in the "Top Management" sheet has a value of "4" and I need this value of "4" in cell "C11" to reflect in a label called "lbl01" on "userForm1".
How do I do this? as all the searches I have done shows how to insert a value from a user form to a cell in a sheet and not the other way around.
I would appreciate any assistance.