braindiesel
Well-known Member
- Joined
- Mar 16, 2009
- Messages
- 571
- Office Version
- 365
- 2019
- 2010
- Platform
- Windows
I believe this is an easy one. I just need a little help.
In a macro that chooses year 1, 2, or 3, I have the following code
Sheets("Dashboard").Shapes("Drop Down 36").ControlFormat.ListFillRange = "=myYear1"
Sheets("Dashboard").Shapes("Drop Down 37").ControlFormat.ListFillRange = "=myYear1"
Which works perfectly to define my list range.
The Cell Link looks should look at 'Year 1'!$H$1, or 'Year 2'!$H$1 or the same for year 3.
Can you help me with the code to declare that?
In a macro that chooses year 1, 2, or 3, I have the following code
Sheets("Dashboard").Shapes("Drop Down 36").ControlFormat.ListFillRange = "=myYear1"
Sheets("Dashboard").Shapes("Drop Down 37").ControlFormat.ListFillRange = "=myYear1"
Which works perfectly to define my list range.
The Cell Link looks should look at 'Year 1'!$H$1, or 'Year 2'!$H$1 or the same for year 3.
Can you help me with the code to declare that?