GRCArizona
Board Regular
- Joined
- Apr 24, 2010
- Messages
- 95
Hi - I'm somewhat new to VBA and I'm having trouble with Worksheet_SelectionChange event. I've got a Forecasting spreadsheet that has about 20 worksheets (1 'Input Sheet' and 19 other worksheets - 1 sheet for each of our 19 products). On the 'Input Sheet', I have a Data Validation drop down list in cell $B$1 for our 19 products. All Forecasting will be entered on the 'Inputs Sheet' in the range $C$4:$C$10. We will be making daily changes to our Forecast and what I'm trying to accomplish is the following: On the 'Input Sheet', user enter forecast data for 'Product 1'. Once the user is done and activates the Data Validation in cell 'Input Sheet'!$B$1', VBA should copy the info in $C$4:$C$10 to the Product 1 worksheet to the range 'Product 1'!$D$12:$D$18'. Once a new product is selected in $B$1, (IE: cell value changes from Product 1 to Product 2), the Sales information that is currently stored in 'Product 2' worksheet range $D$12:$D$18, should be brought over to the Input Sheet range $C$4:$C$10.
Is there a way to do this? Is the best way to use the _Change event?
any help is greatly appreciated,
thx, GRC
Is there a way to do this? Is the best way to use the _Change event?
any help is greatly appreciated,
thx, GRC