drmweaver2
New Member
- Joined
- Sep 27, 2016
- Messages
- 9
Generally, the question is: Can the Linked Cell property of an ActiveX control be dynamically changed?
Specifically, what I am trying to do relates to this:
I have 2 Worksheets, the first, Sheet1, with a table A3:D1000 where Col 2 is filled with a bunch of different "First Names" but some cells might be ""/blank. On the second Worksheet, Sheet2.Col 2 cells (up to 12,000 of them) are always filled with " First Names", that is the "valid" Names for Sheet1.Col 2 cells.
What I would like to be able to do is:
and have that now be the Linked Cell)
I’ve tried various things but gotten nowhere with this.
Any thoughts or help would be appreciated.
Specifically, what I am trying to do relates to this:
I have 2 Worksheets, the first, Sheet1, with a table A3:D1000 where Col 2 is filled with a bunch of different "First Names" but some cells might be ""/blank. On the second Worksheet, Sheet2.Col 2 cells (up to 12,000 of them) are always filled with " First Names", that is the "valid" Names for Sheet1.Col 2 cells.
What I would like to be able to do is:
- click a blank cell on Sheet1.Col 2, and have that become the Linked Cell
- pop up a Userform with a combobox or listbox auto-filled with the Sheet2.Col 2 values
- be able to scroll through & select a Name
- have that selected Name populate the "empty cell"
- end/return to 1
and have that now be the Linked Cell)
I’ve tried various things but gotten nowhere with this.
Any thoughts or help would be appreciated.