Mayanwolfe
New Member
- Joined
- Jun 5, 2013
- Messages
- 27
Hi,
I have a workbook with a "landing page" where users enter some information, then click a button to run a macro that calculates the (large) workbook. Only the landing page is set for automatic calculation. This works fine, but at one point on the page the user enters a ZIP code and I want it to return the correct county name. However, my county lookup stuff is on another sheet, so the county doesn't update when the user enters a new ZIP. Basically, I need VBA code that will calculate specific cells on another sheet only when the user enters (or changes) info in a specific cell on the landing page.
ZIP Code entry is in cell I26 on sheet "LandingPage"
County should be returned in I27 on the same sheet
All the relevant calculation shenanigans take place in cells MQ8:MR14 on sheet "RatingTables"
I really appreciate any help you guys can give, previous experience has proven that you're all awesome.
I have a workbook with a "landing page" where users enter some information, then click a button to run a macro that calculates the (large) workbook. Only the landing page is set for automatic calculation. This works fine, but at one point on the page the user enters a ZIP code and I want it to return the correct county name. However, my county lookup stuff is on another sheet, so the county doesn't update when the user enters a new ZIP. Basically, I need VBA code that will calculate specific cells on another sheet only when the user enters (or changes) info in a specific cell on the landing page.
ZIP Code entry is in cell I26 on sheet "LandingPage"
County should be returned in I27 on the same sheet
All the relevant calculation shenanigans take place in cells MQ8:MR14 on sheet "RatingTables"
I really appreciate any help you guys can give, previous experience has proven that you're all awesome.