monkeyharris
Active Member
- Joined
- Jan 20, 2008
- Messages
- 370
- Office Version
- 365
- Platform
- Windows
I know this sounds easy but i'm having a blank.
I have a drop down list in cell V61 and a formula that looks up that cell in V57. I need a macro to click in V57 and press enter every time the drop down in V61 is changed.
I have a drop down list in cell V61 and a formula that looks up that cell in V57. I need a macro to click in V57 and press enter every time the drop down in V61 is changed.
Mark Postcode Map.xlsm | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
N | O | P | Q | R | S | T | U | V | W | X | |||
55 | |||||||||||||
56 | |||||||||||||
57 | Enter Postcode | CT | |||||||||||
58 | |||||||||||||
59 | |||||||||||||
60 | |||||||||||||
61 | Enter First Half of Delivery Postcode | CT50 | |||||||||||
62 | |||||||||||||
General Tariff |
Cell Formulas | ||
---|---|---|
Range | Formula | |
V57 | V57 | =VLOOKUP(V61,'Postcode Districts'!A2:B2993,2) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
V61:W61 | List | =$AI$1:$AI$2992 |